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