|
To view the applet tag in use on this page, right click inside this frame and choose View Source In the example above, the DefaultFade parameter is set to 'no' and none of the text entries override this, so no fading is going on. However, every entry has a SlideFrom parameter specifying that it should slide into view and giving its direction of slide. Each also has its own Align setting. The DefaultSlideoption setting is 'scroll' and once again no entries override it, so all entries continuing scrolling off the screen after pausing. However, the third entry ('Cool Focus Menus') has its HoldText parameter set to '0' so that it doesn't pause at all. The rest use the DefaultHoldText value of '2'. The first two text entries use the DefaultMessage; the remainder have their own individual Message parameters. All entries use the DefaultURL. The example below is similar to the applet above, but here the DefaultSlideOption is 'stop' and all entries use it, so they suddenly disappear after completing their allotted pause.
|