Skip to content

Commit

Permalink
Add interpolate-size (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyoshi84 authored Sep 29, 2024
1 parent 0fe9cc6 commit 55c198a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ function transform_animation() {
'animation-range-end',
'animation-timeline',
'animation-timing-function',
'interpolate-size',

// transition
'transition',
Expand Down
1 change: 1 addition & 0 deletions test/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
animation-range-end: normal;
animation-timeline: none;
animation-timing-function: ease;
interpolate-size: numeric-only;

/* transition */
transition: all 0.3s ease;
Expand Down

0 comments on commit 55c198a

Please sign in to comment.