Patricia S (Talk | contribs) |
Patricia S (Talk | contribs) |
||
Line 24: | Line 24: | ||
</div> | </div> | ||
<style> | <style> | ||
+ | @keyframes icon-fade-out-assembly { | ||
+ | 0% {opacity: 1;} | ||
+ | 30% {opacity: 1;} | ||
+ | 40% {opacity: 0;} | ||
+ | 100% {opacity: 0;} | ||
+ | } | ||
+ | |||
#assembly-header { | #assembly-header { | ||
display: block; | display: block; | ||
Line 29: | Line 36: | ||
.bottom-icon { | .bottom-icon { | ||
− | animation-name: icon-fade-out; | + | animation-name: icon-fade-out-assembly; |
animation-duration: 3s; | animation-duration: 3s; | ||
} | } |
Revision as of 03:23, 16 October 2018