Hacker News new | past | comments | ask | show | jobs | submit login
Things I wish I knew as a Younger Developer (logiccolony.com)
3 points by kenshi on Aug 2, 2010 | hide | past | favorite | 2 comments



Just a thought there... The first transition is generally the least appealing (and most choppy) due to setTimeout being called on docReady. Might I suggest you use:

    $(window).load(function() { 
        // load
    });
Which would allow you to delay the animation for maximum sexiness.


Thanks! I will look into it and get it fixed.




Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: