Expand description
Animation Framework
Provides transition timers and easing functions for smooth window animations (opacity changes, position moves, resize transitions). All math is integer-only (fixed-point 8.8) to avoid floating-point operations in the kernel.
Structs§
- Animation
- Active animation instance.
- Animation
Manager - Manages all active animations and advances them each frame.
Enums§
- Animation
Property - Animation target property
- Easing
Function - Easing function type
Functions§
- evaluate_
easing_ fixed - Evaluate an easing function with fixed-point arithmetic (no floating point).
- render_
shadow - Render a soft box shadow behind a window.