Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 617 Bytes

File metadata and controls

17 lines (9 loc) · 617 Bytes

Step 6: Congratulations!

You've used the Web Animations API to enhance a simple popup with an effect inspired by Android's homescreen folders.

We've covered-

  • Including the Web Animations API polyfill

  • Simple animations with Element.animate

  • Using an Animation to control playback rate and listen for finish events

  • Using constructors like KeyframeEffect, plus groups via GroupEffect and KeyframeEffect

  • A brief introduction to using fill modes to your advantage

If you'd like to learn more, head back to Web Animations Codelabs.