Modules§
- keyframe
- Provides the keyframe functions used for animation easing.
- keylist
- Provides the core data structures for managing lists of keyframes and their progress.
- prelude
Structs§
- Krama
Frame - The main animation controller.
Type Aliases§
- BTclasslist
- A type alias for a class list implemented with
BTreeMap. - BTframelist
- A type alias for a frame list implemented with
BTreeMap.