OSDN Git Service

WordPressテンプレート機能更新。
[magic3/magic3.git] / scripts / wp / woocommerce / assets / css / _animation.scss
1 /**
2  * _animation.scss
3  * Custom WooCommerce Animations.
4  */
5 @keyframes spin {
6         100% {
7                 transform: rotate( 360deg );
8         }
9 }