do not use id for animating the logo
because we remove ids using svgo... * doc/org/spot2.svg, doc/org/spot.css: Animate the verison using a class.
This commit is contained in:
parent
0a710eb995
commit
c312a05bbd
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ thead tr{background:#ffe35e}
|
|||
.caveat::before{background:#d70079;content:"Caveat";padding:.5ex;position:relative;top:0;left:0;font-weight:bold}
|
||||
.spotlogo{transform-origin:50% 50%;animation-duration:2s;animation-name:animspotlogo}
|
||||
g.spotlogobg{transform-origin:50% 50%;animation-duration:2s;animation-name:animspotlogobg}
|
||||
g#version{transform-origin:50% 50%;animation-duration:3s;animation-name:animspotlogover}
|
||||
g.spotlogover{transform-origin:50% 50%;animation-duration:3s;animation-name:animspotlogover}
|
||||
@keyframes animspotlogo{
|
||||
0%{transform:rotateY(90deg)}
|
||||
80%{transform:rotateY(0deg)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue