The animated class is configurable via js, but not in scss. As in the animatable mixin, it is static. ``` scss &.animated { @each $property, $value in $animations { #{$property}: nth($value, 2); } } ```