Shows animations on Toon.
create the animation in qml and give the name starting with a Capital letter
add the name of the file to nameindex.json
create the animations json file including all parameters to run from the app
To start from an app:
animationscreen.animationRunning= "run the animation true or false"
animationscreen.qmlAnimationURL = "url to the component e.g. https://raw.githubusercontent.com/ToonSoftwareCollective/toonanimations/master/Balloon.qml"
animationscreen.animationInterval= "time between sprites"
animationscreen.isVisibleinDimState= "show in dimmed state true or false"
To stop from an app:
animationscreen.animationRunning= false this command will stop ALL running animations
To send a signal from one app to another app:
animationscreen.animationsSignal(string appName, string animationSignalString) where appName is the name of the receiveing app and animationSignalString is the string (or json) to send to the receiving app