Line 1,017: | Line 1,017: | ||
} | } | ||
#bodyContent .slide{ | #bodyContent .slide{ | ||
− | + | transition: opacity 2s linear; | |
} | } | ||
Line 1,062: | Line 1,062: | ||
} | } | ||
+ | #bodyContent .bounce{ | ||
+ | animation: colorchange 0.3s; | ||
+ | animation-iteration-count:infinite; | ||
+ | } | ||
+ | |||
+ | @keyframes colorchange { | ||
+ | from{background:#1abc9c} | ||
+ | to{background:#f1c40f} | ||
+ | } | ||
Revision as of 17:08, 30 October 2017