styleguide
styleguide copied to clipboard
Add Animation Component
Overview
Create an Animation component with the basics animation as Drawer, Fade in/out, Scale etc.
Purpose
At this time, when a component needs animation, it has to implement his own animation what can generate duplicated code and can difficult it.
Examples
In the vtex-apps, an Animation Component was create to avoid duplicated code and make easy to animate a component. The Mini Cart's sidebar of this project already use this component, check it out!
@lbebber