Uses 911K of libraries. Click here for Pure Java version (6937L/36K).
1 | !7 |
2 | |
3 | cmodule ModuleReloadAnimation > DynPrintLogAndEnabled {
|
4 | S imageID = #1101471, text = "Reloading..."; |
5 | |
6 | start {
|
7 | dm_setOSOpt(makeReloadingComponent := func(O module) -> Component {
|
8 | enabled |
9 | ? jAnimation(imageID, text) |
10 | : (Component) dm_callOS('makeStandardReloadingComponent, module)
|
11 | }); |
12 | } |
13 | |
14 | void cleanMeUp {
|
15 | dm_setOSOpt(makeReloadingComponent := null); |
16 | } |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1020770 |
| Snippet name: | Module Reload Animation |
| Eternal ID of this version: | #1020770/6 |
| Text MD5: | 592455c8f02349c5bd97e2b72133199f |
| Transpilation MD5: | 2c2ad82ad99997db023d22c02648ef68 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-08 22:10:47 |
| Source code size: | 419 bytes / 17 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 728 / 6049 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |