CSS Animations

CSS Animations

仕様書

歴史

[1] CSS Animation ( 版) <http://webkit.org/specs/CSSVisualEffects/CSSAnimation.html>

[2] John Resig - CSS Animations and JavaScript ( 版) <http://ejohn.org/blog/css-animations-and-javascript/>

[3] Re: online poll, CSS Animations (Daniel Glazman 著, 版) <http://lists.w3.org/Archives/Public/www-style/2008Oct/0253.html>

[4] CSS Animations Module Level 3 ( 版) <http://www.w3.org/TR/2009/WD-css3-animations-20090320/>

[5] CSS Animations ( ( 版)) <http://www.w3.org/TR/2012/WD-css3-animations-20120403/>

[6] CSS Animations ( ( 版)) <http://www.w3.org/TR/2013/WD-css3-animations-20130219/>

[7] Web Animations and CSS Integration Note ( ( 版)) <https://dvcs.w3.org/hg/FXTF/raw-file/tip/web-anim/css-integration.html>

[9] CSS Animation ( 版) <http://webkit.org/specs/CSSVisualEffects/CSSAnimation.html>

[10] CSS Animations Module Level 3 ( 版) <http://dev.w3.org/cvsweb/~checkout~/csswg/css3-animations/Overview.html?content-type=text/html;%20charset=utf-8>

[11] erik’s weblog » Blog Archive » Playing around with WebKit Animations ( 版) <http://erik.eae.net/archives/2009/02/20/17.47.41/>

[14] Safari 4.0 ( 版) <https://developer.apple.com/library/safari/releasenotes/General/WhatsNewInSafari/Articles/Safari_4_0.html#//apple_ref/doc/uid/TP40014305-CH4-SW8>

Transitions are implicit animations that occur when you change an animatable CSS property. Transition properties were available in Safari 3.2, but transition events are now available in JavaScript as well. You can also animate transforms (such as rotating, scaling, and translating elements) and use CSS animation properties to animate elements as they move, resize, change color and opacity, and undergo other visual changes.