nuke-transition
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Changelog | ||
## 1.0.3 / 2018-02-28 | ||
* [[598b2a8](http://gitlab.alibaba-inc.com/nuke/transition/commit/598b2a8f0f27b36288ba9fbc91d2ff1a8bc8c9be)] - `feat` add node exist bug | ||
## 1.0.2 / 2018-01-19 | ||
@@ -5,0 +9,0 @@ |
@@ -34,3 +34,3 @@ 'use strict'; | ||
}, callback || function () {}); | ||
} else if (_nukeEnv.isWeb) { | ||
} else if (_nukeEnv.isWeb && node) { | ||
var duration = options.duration; // ms | ||
@@ -37,0 +37,0 @@ var timingFunction = options.timingFunction; |
{ | ||
"name": "nuke-transition", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "渐变", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
19746