fromJavaScript

abstract fun fromJavaScript(name: String, input: String): Animation

Creates an Animation from the name of a loaded JavaScript animation, with the given input text.

Return

The Animation generated from the JavaScript.

Since

2.0.0

Parameters

name

The name of the JavaScript animation.

input

The input text to be converted to an Animation

Sources

Link copied to clipboard