hugo-theme-next/assets/css/_common/scaffolding/animation/icon.scss

17 lines
205 B
SCSS
Raw Permalink Normal View History

@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);
}
}