Search results for : css3 (3)
Here are two examples of rotation and scale (zoom) with CSS3.
The first example uses javascript to apply transition effects by changing the CSS class of an element. This allows the event to be deported to another area.
The second example works with the simplest pseudo-class HOVER.
The effects do not work with Firefox for now only on...
solucior.com/32-Rotate_and_scale_with_CSS.html
Here is an example of the use of CSS3 with scale.
Update :
Added compatibility with Opera 11
solucior.com/22-Infinite_zoom_CSS3_and_Javascript.html
CSS3 allows the function of "scaling"(or zoom) on an HTML element. In the example below, the scale is assigned to the pseudo class : hover.
Syntax :
transition: (transition-property) (transition-duration in secondes) (transition-timing-function)
• transition-property : all, css property
• transition-duration : timing...
solucior.com/15-Zoom_with_CSS3.html