[Proto-Scripty] Re: Reverse sinusodal transition

2009-02-18 Thread Brendan O Connor
the value that you use for xCo run the the same function again using -xCo I use the following moveRight : function(mvePan,xCo){ menuFrag.scrollCnt = menuFrag.scrollCnt + 1; new Effect.Move(mvePan, {duration: .5, x: xCo, y: 0, mode: 'relative',

[Proto-Scripty] Re: Reverse sinusodal transition

2009-02-18 Thread Jim Higson
On Wednesday 18 February 2009 15:53:08 Brendan O Connor wrote: run the the same function again using -xCo I use the following moveRight : function(mvePan,xCo){ menuFrag.scrollCnt = menuFrag.scrollCnt + 1; new Effect.Move(mvePan, {duration: .5,

[Proto-Scripty] Re: Reverse sinusodal transition

2009-02-18 Thread Brendan O Connor
valid point..my solution is for slide show so its very simple 2009/2/18 Jim Higson j...@wikizzle.org On Wednesday 18 February 2009 15:53:08 Brendan O Connor wrote: run the the same function again using -xCo I use the following moveRight : function(mvePan,xCo){

[Proto-Scripty] Re: Reverse sinusodal transition

2009-02-18 Thread Jim Higson
On Wednesday 18 February 2009 16:18:37 Jim Higson wrote: On Wednesday 18 February 2009 15:53:08 Brendan O Connor wrote: run the the same function again using -xCo I use the following moveRight : function(mvePan,xCo){ menuFrag.scrollCnt = menuFrag.scrollCnt + 1;