Skip to content

scss-animated-class is not configurable #1

@joehae

Description

@joehae

The animated class is configurable via js, but not in scss.

As in the animatable mixin, it is static.

&.animated {
  @each $property, $value in $animations {
     #{$property}: nth($value, 2);
   }
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions