Add Swing effect on Images of Blogger blog

CSS3 took web design to its most wanted attractive step. Using CSS3 effects on websites elements (text, images) makes our site look gorgeous and trendy. With this site I try to publish various CSS3 effects (base Button , Image effect ) what you can use on your web project and Blogger blogs easily. To continue that here another super cool effect I presenting. It will give your image Swing effect on mouse hover. Made with CSS3 transform animation and keyframes to design the swinging pattern , it also cross browser supports. Let’s see how it looks like and how to enable it on your image of Blogger. Add CSS3 Swing effect on Images of Blogger blog Live demo- Codes for copy- Part 1: CSS /*crawlist.net css starts*/ .ks-swing:hover{ -webkit-animation:swinging 10s ease-in-out 0s infinite; -moz-animation:swinging 10s ease-in-out 0s infinite; animation:swinging 10s ease-in-out 0s infinite; -webkit-transform-origin:50% 0; -moz-transform-origi