//! Core animation engine logic.
//!//! This module contains the fundamental traits and structures that drive the
//! animation system, including signals, tweening, timelines, and scenes.
pubmodanimation;pubmodeasings;pubmodscene;pubmodtimeline;#[cfg(feature ="physics")]pubmodphysics;pubuseanimation::*;pubuseeasings::*;pubusescene::*;pubusetimeline::*;#[cfg(feature ="physics")]pubusephysics::*;