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
1952
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
1548
posted 13 years ago by claudiowebdesign
A jQuery plugin that adds the .spiral() method, wich moves an element along an archimedean spiral path.
3
1609
posted 14 years ago by claudiowebdesign