This topic is for the [Animation-delay] exercise in the [CSS Animation] trail. Post any questions, corrections, or pointers you have to share with other Upcase subscribers.
[Animation-delay]: https://exercises.upcase.com/exercises/animation-delay
[CSS Animation]: Learn CSS Animation | CSS3 Online Tutorial by thoughtbot
Typo in the exercise.
Add the “
bounce
” animation to the circles.
This should read:
Add the “
wave
” animation to the circles.
The provided code has: @keyframes wave {...}
– the keyframes are called wave not bounce.
Thanks for the heads-up! I’ll fix that.