How do I do a webkit transformation "onload" instead of pre-load?
        Posted  
        
            by Matt Everson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt Everson
        
        
        
        Published on 2010-06-07T20:30:16Z
        Indexed on 
            2010/06/07
            20:32 UTC
        
        
        Read the original article
        Hit count: 345
        
I'd like to do a webkit transformation (rotate an image, specifically) after the page loads rather than getting it pre-rotated at load. I'm guessing I need to use some sort of "onload" event to apply it or something, but I'm not a javascript guy.
© Stack Overflow or respective owner