Skip to content

Commit

Permalink
refactor: adjust order of timeline transition properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jan 11, 2024
1 parent 408489b commit 8fa3ba3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/groups/transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ const transition = [
'animation-direction',
'animation-timeline',
'timeline-scope',
'scroll-timeline',
'scroll-timeline-name',
'scroll-timeline-axis',
'scroll-timeline',
'view-timeline',
'view-timeline-name',
'view-timeline-axis',
'view-timeline',
'view-timeline-inset',
'view-transition-name'
]

module.exports = { transition }

0 comments on commit 8fa3ba3

Please sign in to comment.