Animation : : 2D Transform

Animated elements using css3 2d transform


light

the code used

#bulb:hover { transform: rotate(13deg); transition: transform 1s ease-in-out; }



fruit

the code used

#orange:hover {transform: scale(1.3); transition: transform 2s; }



shopping

the code used

#cart:hover .move-right { transform: translateX(350px); }