Line 106: | Line 106: | ||
filter: brightness(0.5); | filter: brightness(0.5); | ||
} | } | ||
+ | |||
+ | .fond_motor:hover .rotor_motor { | ||
+ | -webkit-animation: turn 3s linear infinite; | ||
+ | -moz-animation: turn 3s linear infinite; | ||
+ | animation: turn 3s linear infinite; | ||
+ | } | ||
+ | |||
+ | @-moz-keyframes turn { | ||
+ | 0% {transform: rotate(0deg)} | ||
+ | 100% {transform: rotate(360deg)} | ||
+ | } | ||
+ | |||
+ | @keyframes turn { | ||
+ | 0% {transform: rotate(0deg)} | ||
+ | 100% {transform:rotate(360deg)} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes turn { | ||
+ | 0% {transform:rotate(0deg)} | ||
+ | 100% {transform:rotate(360deg)} | ||
Revision as of 14:20, 29 August 2017
Microfluidics
Test
Test