Crate kramaframe
Source - keyframe
- Provides the keyframe functions used for animation easing.
- keylist
- Provides the core data structures for managing lists of keyframes and their progress.
- microcl
- microfl
- prelude
- test
- btkramaframe
- Creates a
KramaFrame instance initialized with BTreeMap storage (Heap allocated). - ukramaframe
- Creates a compile-time, zero-allocation
KramaFrame instance using stack-allocated micro types.
- BTreeMap
- An ordered map based on a B-Tree.
- KramaFrame
- The main animation controller.
- BTclasslist
- A type alias for a class list implemented with
BTreeMap. - BTframelist
- A type alias for a frame list implemented with
BTreeMap.