/* _speed.scss: */
@each $key, $value in map-get($transition, "speed") {
  .u-animated#{capitalize($key)} {
    animation-duration: #{$value};
  }
}
