Example: tableformatlist[#animationStyle] = #incremental
Ilk: <symbol>
Description: animation when displaying table;
Default value: #incremental
Allowed values:
-- -- -- #incremental, -- updatestage after drawing each line -> the table appears incrementally -> quicker response -> longer overall build time
-- -- -- #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))
-- -- -- #threadRenderingDeep -- each single cell is setup in a single pass -> same as #threadRendering, but split into more smaller (->faster) parts
-- -- -- #none, -- table is built completely before it is displayed at once
-- -- -- #wipeTB -- wipe from top to bottom
-- -- -- #wipeBT -- wipe from bottom to top
-- -- -- #wipeLR -- wipe from left to right
-- -- -- #wipeRL -- wipe from right to left
-- --
-- -- -- #pushTB -- push from top to bottom
-- -- -- #pushBT -- push from bottom to top
-- -- -- #pushLR -- push from left to right
-- -- -- #pushRL -- push from right to left
-- --
-- -- -- #transition -- transition from defined startpoint to the loc specified by the target rect. the loc is absolut specified in tableformatlist[#startpoint] and tableformatlist[#targrect]
-- --
-- -- -- #scaleTB -- scale from top to bottom
-- -- -- #scaleBT -- scale from bottom to top
-- -- -- #scaleLR -- scale from left to right
-- -- -- #scaleRL -- scale from right to left
-- -- -- #scaleLT -- scale from topleft to bottomright
-- -- -- #scaleRT -- scale from topright to bottomleft
-- -- -- #scaleLB -- scale from bottomleft to topright
-- -- -- #scaleRB -- scale from bottomright to topleft
-- -- -- #zoomTB -- zoom from topcenter to bottmcenter
-- -- -- #zoomBT -- zoom from bottomcenter to topcenter
-- -- -- #zoom -- zoom from center