Solution Review: Chain Animations Between Multiple Elements
This lesson provides a detailed explanation to the previous challenge.
To summarize the challenge: you were asked to create a rotation animation that’s executed sequentially between three elements.
Step 1: Add an id
to the target elements
Add an id
to each target element so they can be accessed by using the ViewChild
decorator in ...