CSS 3 – Scale Transition – All Browser
Description With CSS 3 scale transition you can zoom-in and zoom-out animations without Flash or JS Support. Effects Below are two browser transition codes which will help you make amazing animation from CSS3: transform transform-origin Usage -webkit-transform: scale(1.15);-moz-transform: scale(1.15);-o-transform: scale(1.15);transform:.
Read More →