Web Animations API
DOMのアニメーション周りのAPI
WEB+DB PRESS Vol.106に載ってた
W3Cで策定中
2018/8現在、Safariのtechnical review版でのみ完全に動く
https://caniuse.com/#feat=web-animation
https://gyazo.com/de9dc4b1bd8b0508e55f39a73df73e16
従来はCSS transition, CSS animation, SVG animationの3つしかanimationを実現できない
これをJavaScript経由で実現する機能
便利そうsota1235.icon
特にアニメーションガチ勢には
Web Animations API