Hacker Newsnew | past | comments | ask | show | jobs | submit | _dte's commentslogin

Hi all. Thanks for your comments on this. I've addressed a few of the misunderstandings and concerns raised here on HN, Twitter et al over on my blog: http://daneden.me/2012/07/max-css-in-depth/


Thanks! I tried hard to make it look great on all the things.


true - Webkit is the only browser with full support at the moment. Apple/Webkit team were the ones to bring it to the spec.

Mozilla added support recently, and support has been promised in IE10 and the next Opera release. To me, that spells 'web standard'.


"Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress." - http://www.w3.org/TR/css3-animations/

Lots of things get promised in IE that don't wind up being very complete, and it'll be quite some time until the IE7/8/9ers fade away.


Those are CSS3 transitions (a 'tween' between two states, such as a hover event), not animations.

Animation support is coming in the next release of Opera.


The benefits of CSS animations are plenty. Unfortunately, support is still very scarce: the Webkit team brought the animation property to the CSS3 specification. Mozilla have only very recently added support in Firefox.

however, both Microsoft and Opera have announced support in their upcoming releases.

In my opinion, CSS animation are much easier to write than Javascript animations, and don't require external libraries such as jQuery.


At this point I'm not sure most web developers consider jQuery an external library. Heh.


I prefer vanilla CSS, but if that's something you'd like to see, why not fork it and make your own?


you are right! ill fork it!, btw tried it on iphone and works, it will make a good combination with sencha touch :D


A js/jquery plugin/fallback is in the works.


Thanks! (You are amazing.)


You too, Mr Cabbage.


@_dte here (the author)

vihnboy - a debugger for CSS animations would be great. Luckily, the webkit inspector will tell you all the CSS properties an element carries and indicates CSS errors. However, it doesn't show you errors with associated keyframes - that would be awesome.

james33, johnyzee - the tech is pretty well supported, but indeed has a long way to go. It's in the css3 spec, which is great, and IE10 will support it. Remember - it's an extra layer of interaction, not an important feature of any website. use it subtly.


It may be an extra layer of interaction for a regular website, but if you are doing something entirely different like native browser games, it becomes more essential.


true, but as I've said here and on the site, the animations featured in the library are meant for interaction. I agree that until this tech evolves, games etc are better suited to Javascript animation (or even flash - or just let them stay in advanced languages and dedicated platforms!)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: