aura-anim-core 0.2.2

Typed animation runtime and composable animation sources.
Documentation
1
2
3
4
5
6
7
//! Keyframe definitions and keyframe-based animations.

mod animation;
mod keyframe;

pub use animation::Keyframes;
pub use keyframe::Keyframe;