glissade 0.2.10

Rust library that provides various utilities for animations and transitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod animation_struct;
mod keyframes_apply_easing;
mod keyframes_easing;
mod keyframes_function;
mod keyframes_linear;
mod keyframes_map;
mod keyframes_poly;
mod keyframes_repeat;
mod keyframes_repeat_n;
mod keyframes_reverse;
mod keyframes_scale;
mod keyframes_sequential;
mod keyframes_slice;
mod keyframes_stay;
mod keyframes_trait;

pub use animation_struct::Animation;
pub use keyframes_trait::{keyframes, Keyframes};