pub fn apply_orbits(
props: &mut AnimatedProperties,
orbits: &[OrbitConfig],
time: f64,
)Expand description
Apply orbit effects additively to animated properties. Creates circular/elliptical motion with pseudo-3D depth via scale and opacity modulation.