mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[gsap] Make paramater suppressEvents optional
This commit is contained in:
Vendored
+1
-1
@@ -85,7 +85,7 @@ declare namespace gsap {
|
||||
removeLabel(label: string): any;
|
||||
|
||||
/** Jumps to a specific time (or label) without affecting whether or not the instance is paused or reversed. */
|
||||
seek(position: string | number, supressEvents: boolean): TimelineLite;
|
||||
seek(position: string | number, supressEvents?: boolean): TimelineLite;
|
||||
|
||||
/**
|
||||
* Adds a zero-duration tween to the end of the timeline (or elsewhere using the "position" parameter) that sets values immediately (when the virtual playhead reaches that
|
||||
|
||||
Reference in New Issue
Block a user