Sha256: 89810fd09631cdb9ff25470ddd6c92c4eddfb8d8056f541e6ccd6ce9edd669d3
Contents?: true
Size: 386 Bytes
Versions: 33
Compression:
Stored size: 386 Bytes
Contents
/// Creates a keyframe from one or more effect functions and assigns it to the element by adding the `animation-name` property. /// @param {Function} $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
33 entries across 33 versions & 4 rubygems