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