Set revealer animation fill mode to "forwards"

This commit is contained in:
Rafostar
2020-12-03 16:53:22 +01:00
parent 150fdb7cbb
commit a2ee14e74f

View File

@@ -133,8 +133,9 @@ scale marks {
.buttonrotate {
animation-name: halfrotate;
animation-duration: 200ms;
animation-delay: 302ms;
animation-delay: 280ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
animation-iteration-count: 1;
}