====== 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/20 11:48] lm13 [Compatible scripts] |
script_toggle_animation [2014/07/24 16:17] (current) lm13 [Compatible scripts] |
||
---|---|---|---|
Line 4: | Line 4: | ||
* Current Version : 2.2 | * Current Version : 2.2 | ||
* Link: ... | * Link: ... | ||
+ | * **//Deprecated//** | ||
====== Changelog ====== | ====== Changelog ====== | ||
Line 12: | Line 13: | ||
====== Compatible scripts ====== | ====== Compatible scripts ====== | ||
* [[script_animation_bulldoze|Scrollanimation "Bulldoze"]] (below Version 3) | * [[script_animation_bulldoze|Scrollanimation "Bulldoze"]] (below Version 3) | ||
- | * [[script_animation_flip|Scrollanimation "Flip"]] | + | * [[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"]] | + | * [[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.0) | + | * [[script_animation_turn|Scrollanimation "Turn"]] (only Version 1) |
- | * There may be more, but these ones are proved | + | * <del>There may be more, but these ones are proved</del> this Script is at EOL |
====== Script Code ====== | ====== Script Code ====== | ||
- | <code>//config | + | <sxh javascript;>//config |
var mainScriptsName= "Animation"; | var mainScriptsName= "Animation"; | ||
//endconfig | //endconfig | ||
Line 76: | Line 77: | ||
} | } | ||
d.setTag(JSON.stringify(cont)); | d.setTag(JSON.stringify(cont)); | ||
- | </code> | + | </sxh> |