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: scale(1.15);
-webkit-transform-origin: top center;-moz-transform-origin: top center;-o-transform-origin: top center;transform-origin: top center;
Demo
Mouse Over to Scale