Compare commits

...

1 Commits

Author SHA1 Message Date
Marcus Noble b591e97b76
Longer initial glitch
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-05-03 06:49:47 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
animation-iteration-count: infinite
}
.glitch-image, .glitch {
animation-iteration-count: 5
}
.glitch-image {
animation: shift 3s ease-in-out .2s alternate;
}