V1.0.5
#76
Replies: 1 comment
-
Very very awesome @maddalax the JS design is nice and LOB. Love it . will allow some amazing frontend end demos like fan transitions and stuff we can’t imagine yet . just wanted to say how useful this is . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Small release this time, added 2 new JS commands
Allows you to run JS commands on the specific interval
Usage:
Allows you to run JS commands after a specified timeout
Additional fixes:
Fixes issues where using simple commands such as js.SetText, js.SetInnerHtml were failing when used in things such as Js.EvalCommands due to 'this' not existing. Commands will now always use 'self' if it exists, otherwise 'this'
This discussion was created from the release V1.0.5.
Beta Was this translation helpful? Give feedback.
All reactions