Smooth Move Extension
This extension permits you to move an object with a simple animation
Usage: 1- Place an object positioned in Absolute mode into your page 2- Draw the "SmoothMove" extension on the page 3- Choose the object you want to move and the destination point/s (up to 5) 4- Choose if you want to start the animation when the page loads or manually 5- Only if you choose to start the animation manually you need to create an event and call a Javascript action with: "SmoothMove.start('ldhe<your object name>');"
for example if your object is named "pippo" you need to write:
SmoothMove.start('ldhepippo');
|