Displaying 1 result from an estimated 1 matches for "stageleft".
Did you mean:
pageleft
2005 Jun 27
1
stage left and right effects
...e effect is named after the Hanna Barbara
character Snagglepuss. :) It shakes the contents briefly and then
jets off (stage) to the left or right.
I used the Shake effect as a guide to this one. The StageBase accepts
the element and an "amount" to initially shake the element by. So in
StageLeft''s case, it moves -20 left, 40 right and then -1000 left and
finally renders the element hidden. The opposite holds for
StageRight.
Feel free to use it for whatever you like and any suggestions are welcome.
Andrew
Effect2.StageBase = function(element, amount) {
new Effect2.MoveBy...