Hacker News new | ask | show | jobs
by robertnealan 4021 days ago
Anybody have any idea what animation library they're using? Doesn't look to be CSS transitions and all their JS is compressed (rightfully so).
2 comments

I've actually created an animation library based on my work for this page: https://github.com/bendc/animateplus
The library is concise and easy to reason about. Did you pull this out of the Bitcoin landing page?

I just started using the lib for a client last week and I love the syntax. The code is starting to get a little unwieldy, how do you structure your animations typically?

Benjamin, really like uilang.js. Do you happen to know what animation libraries are being used for iOS or at least if they are custom?
Facebook Pop :)
It's CSS transitions that are being injected by JavaScript it looks like.

  window.requestAnimationFrame(function(){return e.css("transform","translateX("+m+"px)")
Furthermore, it looks like this landing page was built with Rails!