[gsap] Make paramater suppressEvents optional

This commit is contained in:
Simon VDB
2019-01-24 09:02:56 +01:00
committed by GitHub
parent d5fe4dcadb
commit 1e55fb3e97
+1 -1
View File
@@ -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