macro_rules! animateTransform {
    ($($part:expr),* $(,)?) => { ... };
}