|
| Infinite scrolling with offset |
 |
Wed, 23 Apr 2008 14:33:04 -070 |
How can I set up offset to infinitely scroll on direction.
|
| Post Reply
|
| Re: Infinite scrolling with offset |
 |
Wed, 23 Apr 2008 15:34:39 -070 |
|
| Post Reply
|
| Re: Infinite scrolling with offset |
 |
Fri, 25 Apr 2008 08:32:53 -070 |
Thanks Aaron! Works great.
|
| Post Reply
|
| Re: Infinite scrolling with offset |
 |
Fri, 25 Apr 2008 09:02:47 -070 |
the array reads as follows: (Plain english is between the curly brackets.)
{begin array} [ {first value in array} value {get the value of } [0] {current
value for the first value in this property which is the x value} , {next value
in array} time*100 {use time value X 100 for this value} ] {close array}
IOW you use the square brackets inside this array to get a specific value from
the property. If the property is position then there are 3 possible values.
You could also write the expression like this:
x = value;
y = time * 100
[x, y]
|
| Post Reply
|
| Re: Infinite scrolling with offset |
 |
Fri, 25 Apr 2008 09:46:04 -070 |
|
| Post Reply
|
|
|
|
|
|
|
|
|
|