1
2
lang="en"
SOFTWARE RVG / CSS3 ADVANCED DESIGNS. Diseños avanzados con animaciones 3D combinando varias técnicas 3D y tiempos de ejecución en las animaciones. Aplicaciones en video,fotografia,iluminación,publicidad, aplicaciones web,apps. The site is currently focussed on CSS Transitions, Transforms and Animation, though I will be adding other topics as they become available on any major platform.
Though of course your browser must support the technologies to use them, most things degrade nicely in older browser, meaning that you can use much of this today, even without a fallback. If you need to have the same appearance in older browsers (mainly IE6, 7 and 8), then all the animation bits can be easily covered by using jQuery's .animate(). 2D transforms can be emulated to a degree in older versions of IE, but 3D transforms can't.
None of the actual animation uses javascript, though I am using jQuery to add and remove classes to add interactivity. You can use the :target pseudo selector to do this in some cases, but I'm keeping it simple and extensible here.
If you are using a touch enabled device, replace hover with touch and hold wherever appropriate. (Check the script in the head if you are wondering how to replicate that effect.) Your Browser Property Global Support US Support Do you have it? CSS Transitions 34% 39%
CSS Transforms 39% 46%
CSS 3D Transforms 33% 39%
CSS Animation 34% 39%
CSS Filters 3% 5%
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.