Stick with me on this one. I'm trying to mimick CSS3 transitions and (as an example) I quite liked how the logo came in and did a "bounce" effect on http://metalabdesign.com
I've created a quick jsFiddle on how I thought this might work with jQuery animations http://jsfiddle.net/EEtVs/ but am honestly not sure if I should be using jQuery Easing http://gsgd.co.uk/sandbox/jquery/easing/ would be the better route here.
I'm more or less looking for the best way to handle easeIn type transitions with jQuery. The route I went in my fiddle is, I'd have to specify a non-JS version for those who don't have it enabled (I know, EVERYONE should, just sayin) and I'd like it work in all browsers (not just the good ones) which is why I'm going the jQuery route.
But, the issue I'm seeing with my jQuery way is how I have the negative top positioning calculated and how that could effect the actual "transition effect". If anyone has an idea how I'd create something similar with jQuery easing (or a better way) I'd be very appreciative. I've had quite a struggle trying to implement jQuery easing... so really stuck in the mud at the moment. Thanks!