====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
script_scrollanimation [2014/12/20 12:03] lm13 [About the script] |
script_scrollanimation [2016/06/28 12:16] (current) f43nd1r |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== About the script ====== | ====== About the script ====== | ||
| * Purpose : This script gives you a collection of beautiful Scrollanimations | * Purpose : This script gives you a collection of beautiful Scrollanimations | ||
| - | * Author : [[https://plus.google.com/+LukasMorawietz|LM13]] | + | * Author : F43nd1r |
| * Current Version : 1.4 | * Current Version : 1.4 | ||
| - | * Download avialable! (Check repository) | + | * Download available! (Check repository) |
| * Link (with video): https://plus.google.com/115366157037831519359/posts/csLe66N4FZ7 | * Link (with video): https://plus.google.com/115366157037831519359/posts/csLe66N4FZ7 | ||
| **Note: This script may not work out of the box. It is recommended to use it only within the context of the APK** | **Note: This script may not work out of the box. It is recommended to use it only within the context of the APK** | ||
| - | ====== Setup Script ====== | + | ====== Code ======= |
| + | <spoiler |Setup Script> | ||
| <sxh javascript;> | <sxh javascript;> | ||
| LL.bindClass("android.app.AlertDialog"); | LL.bindClass("android.app.AlertDialog"); | ||
| Line 269: | Line 270: | ||
| } | } | ||
| } | } | ||
| - | </sxh> | + | </sxh></spoiler> |
| - | ====== Animation Script ====== | + | <spoiler |Animation Script> |
| <sxh javascript;> | <sxh javascript;> | ||
| LL.bindClass("java.util.HashMap"); | LL.bindClass("java.util.HashMap"); | ||
| Line 1099: | Line 1100: | ||
| } | } | ||
| } | } | ||
| - | </sxh> | + | </sxh></spoiler> |