Profile
Achievement
 
    
                claudiowebdesign's Recent SnippetsTagged javascript
- All /
 « Prev 1 Next »
this function gets a parameter like an hex color (es: "#ffffff"), an abbreviated hex color (es: "#fff"), an rgb color (es: "rgb(255,255,255)") or an rgba color (es: "rgba(255,255,255,1)"), and returns an object containing the rgba values, like { red:...
        
        
        
            0 
        
        
            2859 
        
                    posted 13 years ago by claudiowebdesign
            Hi everyone, a while ago i posted a little script that reproduced a little animation effect seen in Windows 8 Developer Preview. I thought about expanding it some more, and in the end i started actually recreating the whole Metro interface in HTML5/C...
        
        
        
            1 
        
        
            2284 
        
                    posted 14 years ago by claudiowebdesign
            A jQuery plugin that adds the .spiral() method, wich moves an element along an archimedean spiral path.
        
        
        
            3 
        
        
            2039 
        
                    posted 14 years ago by claudiowebdesign
            