mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Set revealer animation fill mode to "forwards"
This commit is contained in:
@@ -133,8 +133,9 @@ scale marks {
|
|||||||
.buttonrotate {
|
.buttonrotate {
|
||||||
animation-name: halfrotate;
|
animation-name: halfrotate;
|
||||||
animation-duration: 200ms;
|
animation-duration: 200ms;
|
||||||
animation-delay: 302ms;
|
animation-delay: 280ms;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
animation-iteration-count: 1;
|
animation-iteration-count: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user