Skip to content

Commit

Permalink
exclude animationIterationCount
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Apr 28, 2021
1 parent 82df647 commit 01941dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/css/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ const filterWebStyleKeys = (
'animationDelay',
'transitionDelay',
'animationDirection',
'animationIterationCount',
]
webOnlyKeys.forEach((key) => {
if (finalStyles?.[key as keyof typeof styleProp]) {
Expand Down

0 comments on commit 01941dd

Please sign in to comment.