Anne van Kesteren

CSS Transitions and Transforms

Although the CSS WG is still discussing whether we should harmonize the various animation syntaxes it does not really hurt to play around with them. It is quite amazing what you can achieve with two additional declarations. For my menu a elements I added -o-transition:.1s (including -webkit- and -moz- of course). And for their :hover state I added -o-transform:scale(1.1) (same deal with the other prefixes). Would be cool if more people started playing around with them so we can uncover the various problems they have. (E.g. in Opera, of which the 10.5x builds are reasonably stable these days on Ubuntu by the way, there is a small problem with scaling text.)