Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
CSS3 Animations with special effects (minimamente.com)
89 points by Spiritus on June 14, 2013 | hide | past | favorite | 17 comments


What freaked me out about this site is that I have the OSX Mavericks wave as my background and the gradient transition on the site is the exact same color scheme[1].

[1] - http://i.imgur.com/QCyUUVd.jpg


What's displayed on the left side of your desktop?


Core temperature in Celcius. Maximum and current.


I've written CSS for years and only recently started implementing some animations in my designs. I was worried at first when browsers started implementing it, fearing useless and insipid animations would sprawl around the web (like some jQuery ones). But like anything, if used sparingly, animations can improve an interface. Apart from adding life and being "cool" (probably the reason why designers implement them in the first place), animations add interactivity and affordance. Plus, they're less prone to bugs because the code is easier to read and write than jQuery alternatives, and the browsers' rendering engine usually prevents unwanted fluttering and infinite loops from happening.


Awesome stuff, the fluidness of those animations versus something made with jQuery is astonishing. I wonder what kind of compatibility would this have with older browsers?


IE >= 10


More like this: Animate.css http://daneden.me/animate/


Animate.css is great. But magic.css is very simple and small that means editable.


Animate.CSS has more animations than magic.css and in my opinion is better.



Pretty fun—the perspective down animation inspired me to make css3 animated jacobs ladder: http://mrcoles.com/demo/jacobs-css3-ladder/



The key to many of these effects is to animate both the transform and the position of the transform-origin simultaneously. Done correctly, it can give the animation a sinuous behavior that makes it much more interesting to look at.


This is cool. Anyone know what type of license this has? I can't find it on github or the site.


And yet the CSS animation performance bug persists in iOS7.


While technically interesting, I find those animations highly annoying as they are.


iOS7-inspired background?




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

Search: