Play animation once
This commit is contained in:
parent
75023b4224
commit
56f82b16c2
|
@ -1,6 +1,6 @@
|
|||
.animation-target {
|
||||
-webkit-animation: animation 5800ms linear infinite both;
|
||||
animation: animation 5800ms linear infinite both;
|
||||
-webkit-animation: animation 5800ms linear both;
|
||||
animation: animation 5800ms linear both;
|
||||
}
|
||||
|
||||
/* Generated with Bounce.js. Edit at https://goo.gl/N4iuvQ */
|
||||
|
|
Loading…
Reference in New Issue