====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
script_toggle_animation [2014/07/21 18:06] lm13 [Compatible scripts] |
script_toggle_animation [2014/07/24 16:17] (current) lm13 [Compatible scripts] |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| * [[script_animation_bulldoze|Scrollanimation "Bulldoze"]] (below Version 3) | * [[script_animation_bulldoze|Scrollanimation "Bulldoze"]] (below Version 3) | ||
| * [[script_animation_flip|Scrollanimation "Flip"]] (below Version 3) | * [[script_animation_flip|Scrollanimation "Flip"]] (below Version 3) | ||
| - | * [[script_animation_shrink|Scrollanimation "Shrink"]] | + | * [[script_animation_shrink|Scrollanimation "Shrink"]] (only Version 1) |
| * [[script_animation_zigzag|Scrollanimation "Zigzag"]] (only Version 1) | * [[script_animation_zigzag|Scrollanimation "Zigzag"]] (only Version 1) | ||
| - | * [[script_animation_inAndOut|Scrollanimation "In and out"]] | + | * [[script_animation_inAndOut|Scrollanimation "In and out"]] (only Version 1) |
| * [[script_animation_turn|Scrollanimation "Turn"]] (only Version 1) | * [[script_animation_turn|Scrollanimation "Turn"]] (only Version 1) | ||
| * <del>There may be more, but these ones are proved</del> this Script is at EOL | * <del>There may be more, but these ones are proved</del> this Script is at EOL | ||
| Line 23: | Line 23: | ||
| ====== Script Code ====== | ====== Script Code ====== | ||
| - | <code>//config | + | <sxh javascript;>//config |
| var mainScriptsName= "Animation"; | var mainScriptsName= "Animation"; | ||
| //endconfig | //endconfig | ||
| Line 77: | Line 77: | ||
| } | } | ||
| d.setTag(JSON.stringify(cont)); | d.setTag(JSON.stringify(cont)); | ||
| - | </code> | + | </sxh> |