![]() Parallel animations |
This is the html code for the applet below: First we create item0 as 'Hello' and item1 as 'world'. Next we combine them in item2. By doing this item0 and item1 are automaticly repositioned to form 'Hello world'. This means every item can only be referenced once in another item. Also keep in mind that items can only be referenced in items with a higher number. Now we can do animations on the two words seperately or on both of them at once. So first we scroll them in together and display them. Next we scroll item0 to the left and item1 to the right at the same time. We do this by seperating the sequences (1 or more actions, seperated by a ':') by a '&'. Make sure the sequences all have the same number of frames. V - Time and date |