[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 .animation (...) { 2 -webkit-animation: @arguments; 3 -moz-animation: @arguments; 4 -o-animation: @arguments; 5 animation: @arguments; 6 } 7 8 .transform-rotate (@deg) { 9 -webkit-transform: rotate(@deg); 10 -moz-transform: rotate(@deg); 11 transform: rotate(@deg); 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |