首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏前端达人

    「Web Animation API 专题」纯手工撸一个图片随机移动的动画

    为了在现代浏览器厂商还没完全跟进到位的时候抢先用上 WAAPI(Web Animation API简称),我们可以选择引入针对 Web Animation API 的 Polyfill 库 [https://github.com/web-animations 因此我们只需要文件里引入以下js,就可以完美体验: <script src="https://cdn.jsdelivr.net/<em>web-animations</em>/latest/web-animations.min.js

    2K30发布于 2019-07-31
  • 来自专栏CRPER折腾记

    Angular 2 + 折腾记 :(10) 初步了解动画,以及一步一步写个动画效果

    ---- 总结 动画应该最大复用化,不然太多动画,虽然效果挺炫的,那打包体积相对也大很多 对于不支持web-animationsAPI的浏览器,应当引入对应的polyfill来兼容【web-animations

    1.3K20发布于 2018-08-28
  • 来自专栏前端达人

    「Web Animation API 专题」用原生JS制作一个图片随机移动的动画

    为了在现代浏览器厂商还没完全跟进到位的时候抢先用上 WAAPI(Web Animation API简称),我们可以选择引入针对 Web Animation API 的 Polyfill 库 [https://github.com/web-animations 因此我们只需要文件里引入以下js,就可以完美体验: <script src="https://cdn.jsdelivr.net/<em>web-animations</em>/latest/web-animations.min.js

    4.5K30发布于 2019-08-02
  • 来自专栏前端精读评论

    16. 精读《.CSS Animations vs Web Animations API》

    同时 W3C 官方也为开发者提供了 web-animations/web-animations-jspolyfill。

    66520编辑于 2022-03-14
  • 来自专栏前端达人

    被JavaScript忽视的Web Animations API:为什么说它是前端动画的真正未来?

    script = document.createElement('script'); script.src = 'https://cdnjs.cloudflare.com/ajax/libs/web-animations

    15610编辑于 2026-03-12
  • 来自专栏超级码力

    ⏱ 看了 web.dev 的 631 篇博客,我总结了这些内容

    web.dev/device-pixel-content-box/ [176] Web Animations API improvements in Chromium 84: https://web.dev/web-animations

    1.4K40编辑于 2022-11-08
领券