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