Time Warp
Slows down or speeds up an animation based on a multiplier.
Code
speedMultiplier = 0.5;
time * speedMultiplier
timeanimationspeed
How to Use
Apply this expression to any time-based property to adjust its speed. Set `speedMultiplier` to a value less than 1 for slow motion or greater than 1 for faster motion.