/ Published in: JavaScript

URL: http://www.undolog.com/2008/04/01/aggiungere-nuove-transizioni-a-scriptaculous/
Expand |
Embed | Plain Text
Effect.Transitions.exponential = function(pos) { return 1-Math.pow(1-pos,2); }
You need to login to post a comment.