You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ultimately, I want to remove animations from being applied to any one specific block component. Instead, I want animations to be abstracted in it's own module where it can be applied as needed to specific cases of blocks and components.
Block components that would use animations include dropdowns, modals, tabs, tooltips, notices, flash messages, etc. Applying a global animations module to these would reduce repetition and create a simple way to plug and play css animations.
The text was updated successfully, but these errors were encountered:
Ultimately, I want to remove animations from being applied to any one specific block component. Instead, I want animations to be abstracted in it's own module where it can be applied as needed to specific cases of blocks and components.
Animation styles could be used similar to this project by Daniel Eden: https://daneden.github.io/animate.css/
Block components that would use animations include dropdowns, modals, tabs, tooltips, notices, flash messages, etc. Applying a global animations module to these would reduce repetition and create a simple way to plug and play css animations.
The text was updated successfully, but these errors were encountered: