@rive-app/canvas-advanced-lite
Advanced tools
Comparing version 2.25.0 to 2.25.1
{ | ||
"name": "@rive-app/canvas-advanced-lite", | ||
"version": "2.25.0", | ||
"version": "2.25.1", | ||
"description": "Rive's lite low-level canvas based web api.", | ||
@@ -5,0 +5,0 @@ "main": "canvas_advanced.mjs", |
@@ -734,2 +734,8 @@ interface RiveOptions { | ||
/** | ||
* Advances/scrubs the StateMachineInstance by the set amount of seconds. Note that this will | ||
* apply changes to the properties of objects in the Artboard. | ||
* @param sec - Scrub the state machine instance by a number of seconds | ||
*/ | ||
advanceAndApply(sec: number): boolean; | ||
/** | ||
* Returns the number of states changed while the state machine played | ||
@@ -736,0 +742,0 @@ * @returns Number of states changed in the duration of the state machine played |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1118412
3180