IMPROVEMENT: animation resolving

This commit is contained in:
Tony Air 2019-12-18 00:36:25 +07:00
parent ade18343c2
commit 189c938d92
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,4 @@
// pulse
.pulse {
animation: pulse 0.8s linear infinite;
}
@keyframes pulse {
0% {
transform: scale(1);

View File

@ -3,6 +3,10 @@
*/
@import "../_animations";
.pulse {
animation: pulse 0.8s linear infinite;
}
// don't let images be wider than the parent layer
div, a, span, button, i {
background-repeat: no-repeat;