| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>AlexTableScript: animationStyle</title> |
|---|
| 4 | </head> |
|---|
| 5 | <body bgcolor="#FFFFFF"> |
|---|
| 6 | <font face="Arial" size=4><b>animationStyle<p> |
|---|
| 7 | </font><font size=3><u>Example:</b></u> tableformatlist[#animationStyle] = #incremental <p> |
|---|
| 8 | <b><u>Ilk:</b></u> <symbol><p> |
|---|
| 9 | <b><u>Description:</b></u> animation when displaying table;<p> |
|---|
| 10 | <b><u>Default value:</b></u> #incremental<p> |
|---|
| 11 | <b><u>Allowed values:<p> |
|---|
| 12 | <p> |
|---|
| 13 | </b></u>-- -- -- #incremental, -- updatestage after drawing each line -> the table appears incrementally -> quicker response -> longer overall build time<p> |
|---|
| 14 | -- -- -- #threadRendering -- each line is setup and rendered seperately on stepframe, so the rendering of huge tables can take place in 'background' (same as #incremental, with the difference, that the image is only sent to the caller, when the process is completely finished))<p> |
|---|
| 15 | -- -- -- #threadRenderingDeep -- each single cell is setup in a single pass -> same as #threadRendering, but split into more smaller (->faster) parts<p> |
|---|
| 16 | -- -- -- #none, -- table is built completely before it is displayed at once<p> |
|---|
| 17 | -- -- -- #wipeTB -- wipe from top to bottom<p> |
|---|
| 18 | -- -- -- #wipeBT -- wipe from bottom to top<p> |
|---|
| 19 | -- -- -- #wipeLR -- wipe from left to right<p> |
|---|
| 20 | -- -- -- #wipeRL -- wipe from right to left<p> |
|---|
| 21 | -- -- <p> |
|---|
| 22 | -- -- -- #pushTB -- push from top to bottom<p> |
|---|
| 23 | -- -- -- #pushBT -- push from bottom to top<p> |
|---|
| 24 | -- -- -- #pushLR -- push from left to right<p> |
|---|
| 25 | -- -- -- #pushRL -- push from right to left<p> |
|---|
| 26 | -- -- <p> |
|---|
| 27 | -- -- -- #transition -- transition from defined startpoint to the loc specified by the target rect. the loc is absolut specified in tableformatlist[#startpoint] and tableformatlist[#targrect]<p> |
|---|
| 28 | -- -- <p> |
|---|
| 29 | -- -- -- #scaleTB -- scale from top to bottom<p> |
|---|
| 30 | -- -- -- #scaleBT -- scale from bottom to top<p> |
|---|
| 31 | -- -- -- #scaleLR -- scale from left to right<p> |
|---|
| 32 | -- -- -- #scaleRL -- scale from right to left<p> |
|---|
| 33 | -- -- -- #scaleLT -- scale from topleft to bottomright<p> |
|---|
| 34 | -- -- -- #scaleRT -- scale from topright to bottomleft<p> |
|---|
| 35 | -- -- -- #scaleLB -- scale from bottomleft to topright<p> |
|---|
| 36 | -- -- -- #scaleRB -- scale from bottomright to topleft<p> |
|---|
| 37 | -- -- -- #zoomTB -- zoom from topcenter to bottmcenter<p> |
|---|
| 38 | -- -- -- #zoomBT -- zoom from bottomcenter to topcenter<p> |
|---|
| 39 | -- -- -- #zoom -- zoom from center</font></body> |
|---|
| 40 | </html> |
|---|