1 repo
Systems for defining animations through structured data rather than imperative code.
Distinguishing note: Focuses on declarative animation definitions rather than general UI frameworks.
Explore 1 awesome GitHub repository matching user interface & experience · Declarative Motion Frameworks. Refine with filters or upvote what's useful.
This project is a cross-platform animation engine and vector animation player designed to render complex motion graphics within web browsers. It functions as a declarative motion framework, allowing developers to decouple visual design from application logic by using structured data files to define sophisticated animations. The library distinguishes itself by offering multiple rendering paths, including native support for vector graphics through the browser document object model and raster-based drawing via canvas elements. It utilizes a dedicated property interpolation engine to calculate ke
Defines sophisticated animations through structured data files that decouple design from logic.