79d391724e
AnimSpeed is a fieldless enum; adding Copy lets `scaled_duration` and other helpers take it by value through `&AnimSpeed` deref without requiring a `.clone()` at every call site. Prerequisite for the upcoming animation token-routing work.