Part 1: Animate layout changes

Part 1: Animate layout changes
What are we building? We are creating an animated list component. It will take an array of IDs and a renderItem function as props. The component arranges items in a row on large screens and i...
0 Read More

Part 2: Property animations

Part 2: Property animations
In Part 1, we built an animated list using AnimDiv, AnimNode, and a hook to connect them. We also added a simple fade-in animation for the list items. But everything was hardcoded. In this part, we wi...
0 Read More