/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Effect.Transitions.exponential = function(pos) { return 1-Math.pow(1-pos,2); }
URL: http://www.undolog.com/2008/04/01/aggiungere-nuove-transizioni-a-scriptaculous/