Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Animating with the JavaScript Web Animations API, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:20
    Introduction
  • Урок 2. 00:01:31
    The Project we will be building
  • Урок 3. 00:10:47
    Why not just use CSS?
  • Урок 4. 00:01:50
    What even is an API?
  • Урок 5. 00:08:01
    A Simple Web Animation Example
  • Урок 6. 00:01:33
    Project Refresh
  • Урок 7. 00:03:48
    Basic Setup
  • Урок 8. 00:09:57
    Creating the Stage and Controls
  • Урок 9. 00:05:39
    Web Animation theory: Keyframes
  • Урок 10. 00:06:08
    Timing Options
  • Урок 11. 00:05:53
    The same animation made with CSS and JavaScript
  • Урок 12. 00:05:29
    Adding Animations together
  • Урок 13. 00:04:23
    Separating Keyframes and Timings
  • Урок 14. 00:11:58
    Animation File Overview
  • Урок 15. 00:04:12
    Writing the Animations
  • Урок 16. 00:04:52
    Sequencing Animations
  • Урок 17. 00:05:37
    Callbacks and Promises basic explainer
  • Урок 18. 00:04:09
    Pausing and Restarting Animations
  • Урок 19. 00:09:34
    Refactoring our code
  • Урок 20. 00:02:31
    No More Matrix
  • Урок 21. 00:07:17
    New Animations mid-transform
  • Урок 22. 00:01:42
    Committing Styles into the DOM
  • Урок 23. 00:01:34
    Conclusion