Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 2a2e72e

Browse files
committed
fix: fix animations
1 parent e91cd41 commit 2a2e72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/defaultTheme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const safeTransitionProperties = [
172172
'background-color',
173173
'text-decoration',
174174
'box-shadow',
175+
'transform',
175176
]
176177
export const transitionBase = safeTransitionProperties
177178
.map(prop => `${prop} .2s ease-in-out`)

0 commit comments

Comments
 (0)