Sha256: aa1ffff076d276cf6162bb26301ec0277a5ee12c447ac483fae8cb1db1153d91

Contents?: true

Size: 385 Bytes

Versions: 7

Compression:

Stored size: 385 Bytes

Contents

/// Creates a keyframe from one or more effect functions and assigns it to the element by adding the `animation-name` property.
/// @param {Arglist} $effects... - One or more effect functions to build the keyframe with.
@mixin mui-animation($args...) {
  $name: map-get(-mui-process-args($args...), name);
  @include mui-keyframes($name, $args...);
  animation-name: unquote($name);
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
foundation-rails-6.6.2.0 vendor/assets/scss/motion-ui/util/_animation.scss
bedrock_sass-0.2.2 assets/_vendor/motion-ui/util/_animation.scss
foundation-rails-6.6.1.0 vendor/assets/scss/motion-ui/util/_animation.scss
foundation-rails-6.5.3.0 vendor/assets/scss/motion-ui/util/_animation.scss
bedrock_sass-0.2.1 assets/_vendor/motion-ui/util/_animation.scss
foundation-rails-6.5.1.0 vendor/assets/scss/motion-ui/util/_animation.scss
bedrock_sass-0.2.0 assets/_vendor/motion-ui/util/_animation.scss