-
|
Hi everybody. Passing animation length prevents the animation from being run. Did someone figure out how to set up animation using style objects? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
this component needs Certainly it would be helpful to have code examples in this document. |
Beta Was this translation helpful? Give feedback.
-
|
The code in the example requires the <PulseButton animationLength="1s">Click me</PulseButton>Without passing that prop, the animation shorthand is incomplete (missing duration) and the browser ignores it. The existing comment in the thread confirms this. |
Beta Was this translation helpful? Give feedback.
The code in the example requires the
animationLengthprop to be passed to the component:Without passing that prop, the animation shorthand is incomplete (missing duration) and the browser ignores it. The existing comment in the thread confirms this.