Add a new Transition in Scriptaculous


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Effect.Transitions.exponential = function(pos) {
  2. return 1-Math.pow(1-pos,2);
  3. }

URL: http://www.undolog.com/2008/04/01/aggiungere-nuove-transizioni-a-scriptaculous/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.