Staggered Animation with CSS Calc #11591
R2bEEaton
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a cool thing I did with Custom Style and an Embed Element.
Browser Compatibility for CSS Calc
I wanted some custom table buttons to animate in a staggered fashion, and I found a cool way to do so, especially since my table already had a convenient column to use for the order I wanted them to animate.
Create a CSS calculation (see compatibility above) for animation-delay which involves the order number you want.
Then, add an Embed component and add your animation as desired!
Hope this helps!
You can also use other variables in the Style tab for things like background color or anything you want!
Beta Was this translation helpful? Give feedback.
All reactions