Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

source: trunk/docs/AlexTableScript/AlexTableScript79.html

Last change on this file was 1, checked in by alex, 26 years ago

initial import

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