Skip to content

Commit

Permalink
Merge pull request #29 from wimhendrikx/patch-1
Browse files Browse the repository at this point in the history
Add timeline transition properties
  • Loading branch information
kutsan authored Jan 11, 2024
2 parents c4fed54 + fff6812 commit 408489b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/groups/transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ const transition = [
'animation-fill-mode',
'animation-delay',
'animation-iteration-count',
'animation-direction'
'animation-direction',
'animation-timeline',
'timeline-scope',
'scroll-timeline-name',
'scroll-timeline-axis',
'scroll-timeline',
'view-timeline-name',
'view-timeline-axis',
'view-timeline',
'view-timeline-inset',
]

module.exports = { transition }

0 comments on commit 408489b

Please sign in to comment.