Sha256: d76a459bfa025800ec82a35334c4aa26c52eb36d7618cad5a154b1f2441f37d9
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
// ============================================================================= // Animation // // The animation property is used to call and control an '@keyframe' animation. // // http://www.w3.org/TR/css3-animations/ // http://css-tricks.com/almanac/properties/a/animation/ // // ============================================================================= // ----------------------------------------------------------------------------- // Animation // ----------------------------------------------------------------------------- =skeletor-animation($args) +skeletor-prefixer(animation, unquote($args)) // ----------------------------------------------------------------------------- // Alias for animation classes // ----------------------------------------------------------------------------- =s-animation($args) +skeletor-animation($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =animation($args) // +skeletor-animation($args)
Version data entries
4 entries across 4 versions & 1 rubygems