Line 143: | Line 143: | ||
.stator_motor:hover .bobine_right { | .stator_motor:hover .bobine_right { | ||
− | + | -webkit-animation: illuminate 3s linear infinite; | |
− | + | -moz-animation: illuminate 3s linear infinite; | |
− | + | animation: illuminate 3s linear infinite; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 171: | Line 168: | ||
100% {transform:rotate(360deg)} | 100% {transform:rotate(360deg)} | ||
+ | |||
+ | @-moz-keyframes illuminate { | ||
+ | 0% {transform: brightness(0)} | ||
+ | 100% {transform: brightness(1)} | ||
+ | } | ||
+ | |||
+ | @keyframes illuminate { | ||
+ | 0% {transform: brightness(0)} | ||
+ | 100% {transform: brightness(1)} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes illuminate { | ||
+ | 0% {transform: brightness(0)} | ||
+ | 100% {transform: brightness(1)} | ||
+ | } | ||
</style> | </style> |
Revision as of 07:40, 30 August 2017
Microfluidics
Test
Test