Difference between revisions of "Team:UCL/Playingaround"
Line 50: | Line 50: | ||
-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 100, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1))); | -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 100, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1))); | ||
+ | animation: topanimation 2s ease-in 1; | ||
+ | -webkit-animation: topanimation 2s ease-in 1; | ||
} | } | ||
+ | |||
+ | @-webkit-keyframes topanimation { | ||
+ | 0% {padding-top: 100px;} | ||
+ | 100% {padding-top: 0px;}} | ||
#introo1 {width: 100%; height: 100%; position: relative; | #introo1 {width: 100%; height: 100%; position: relative; | ||
Line 341: | Line 347: | ||
width: 100%; | width: 100%; | ||
z-index: 99999; | z-index: 99999; | ||
− | animation: logophoto | + | animation: logophoto 2s ease-in 1; |
− | -webkit-animation: logophoto | + | -webkit-animation: logophoto 2s ease-in 1; |
} | } | ||
Revision as of 23:23, 25 August 2015