Props
props for Transit component
Attribute
Optional
Type
Default
Description
name
NO
string
NA
Name of the animation type
duration
YES
string
"1"
Duration of the single animation frame
timing
YES
string
"ease"
Timing function of animation
interationCount
YES
number
1
Number of times animation will repeat
onlyHover
YES
boolean
false
Apply animation only on hover
Last updated