@jam3/gsap-promise
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -72,3 +72,4 @@ var TweenMax = require('gsap') | ||
function wrapCompletion (p, done, opts = {}) { | ||
function wrapCompletion (p, done, opts) { | ||
opts = opts || {} | ||
p.onComplete = done | ||
@@ -80,3 +81,4 @@ if (!opts || !opts.callThenOnKill) return; | ||
function wrapTween (tween, resolve, opts = {}) { | ||
function wrapTween (tween, resolve, opts) { | ||
opts = opts || {} | ||
if (!opts || !opts.callThenOnKill) return; | ||
@@ -83,0 +85,0 @@ delete opts.callThenOnKill |
{ | ||
"name": "@jam3/gsap-promise", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "a Promise wrapper around gsap / twenelite", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6521
87