|
The example above is exactly the same as Example #2, with the exception that the AnimateFrom parameter has now been set to random. Because of the dimensions of the applet, this gives less than perfect results: images arriving vertically do so at a reasonable speed, but those sliding horizontally are ridiculously slow.
The example below puts this right. The AnimationDelay parameter has been removed and replaced with the AnimationVDelay and AnimationHDelay parameters to allow different speeds for the two trajectories. Horizontal images now have a delay of 2 while the vertical images remain at their previous 5.
|