17 August 2018 09:15
JAVASCRIPT - LIBRAIRY - GitHub - juliangarnier/anime: JavaScript Animation Engine
(via)Anime (/ˈæn.ə.meɪ/) is a lightweight JavaScript animation library. It works with any CSS Properties, individual CSS transforms, SVG or any DOM attributes, and JavaScript Objects.
Main features
Keyframes: Chain multiple animation properties.
Timeline: Synchronize multiple instances together.
Playback controls: Play, pause, restart, seek animations or timelines.
CSS transforms: Animate CSS transforms individually.
Function based values: Multiple animated targets can have individual value.
SVG Animations: Motion path, line drawing and morphing animations.
Easing functions: Use the built in functions or create your own Cubic Bézier curve easing.
1
(1 marks)