💄 ⚡ optimization CDN vendors display & import generate site speed.
This commit is contained in:
17
assets/css/_common/scaffolding/animation/icon.scss
Normal file
17
assets/css/_common/scaffolding/animation/icon.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
@keyframes beat {
|
||||
0%, 100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
10%, 30% {
|
||||
transform: scale(.9);
|
||||
}
|
||||
|
||||
20%, 40%, 60%, 80% {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
50%, 70% {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
@@ -1,2 +1,3 @@
|
||||
@import 'icon';
|
||||
@import 'show';
|
||||
@import 'hover';
|
||||
Reference in New Issue
Block a user