flo_animation 0.1.0

Describes a FlowBetween animation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//!
//! Supplies the methods for taking a series of edit actions and applying
//! them to the objects to be edited.
//! 
//! Animation or layer implementations use this to commit edits.
//! 

mod animation_editor;
mod layer_editor;

pub use self::animation_editor::*;
pub use self::layer_editor::*;