Page MenuHomeWickedGov Phorge

mediawiki.mixins.rotation.less
No OneTemporary

Size
369 B
Referenced Files
None
Subscribers
None

mediawiki.mixins.rotation.less

// This is a separate file because importing the mixin causes
// the keyframes blocks to be included in the output, regardless
// of whether .rotation is used.
.rotate-frames() {
from {
transform: rotate( 0deg );
}
to {
transform: rotate( 360deg );
}
}
@keyframes rotate {
.rotate-frames;
}
.rotation( @time ) {
animation: rotate @time infinite linear;
}

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 15:27 (15 h, 27 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
27/86/6e1c1378bc5af49f9f436059affc
Default Alt Text
mediawiki.mixins.rotation.less (369 B)

Event Timeline