Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nuke-transition

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-transition - npm Package Compare versions

Comparing version 0.1.11 to 1.0.0

4

HISTORY.md
# Changelog
## 1.0.0 / 2017-11-04
* [[fc5a607](http://gitlab.alibaba-inc.com/nuke/transition/commit/fc5a607d9630d5b3909de1ceb30fbacefc1f7326)] - `feat` update dependencies
## 0.1.11 / 2017-08-08

@@ -5,0 +9,0 @@

27

package.json
{
"name": "nuke-transition",
"version": "0.1.11",
"version": "1.0.0",
"description": "渐变",
"main": "lib/index",
"files": [
"lib",
"docs",
"theme",
"README.md",
"HISTORY.md"
],
"keywords": [
"nuke",
"transition"
],
"files": ["lib", "docs", "theme", "README.md", "HISTORY.md"],
"keywords": ["nuke", "transition"],
"author": {

@@ -33,12 +24,12 @@ "name": "leanhunter",

"dependencies": {
"nuke-env": "^0.x.x"
"nuke-env": "^1.x.x"
},
"devDependencies": {
"nuke-button": "^0.x.x",
"nuke-page": "^0.x.x",
"nuke-button": "^1.x.x",
"nuke-page": "^1.x.x",
"nuke-dimensions": "^0.x.x",
"nuke-image": "^0.x.x",
"nuke-scroll-view": "^0.x.x",
"nuke-image": "^1.x.x",
"nuke-scroll-view": "^1.x.x",
"nuke-text": "^0.x.x",
"nuke-view": "^0.x.x"
"nuke-view": "^1.x.x"
},

@@ -45,0 +36,0 @@ "publishConfig": {

@@ -20,5 +20,6 @@ # Transition

{
timingFunction: 'linear',//时间函数,可选 `ease` `linear`
timingFunction: 'ease-in-out',//时间函数,可选 //ease-in,ease-in-out,ease-out,linear,cubic-bezier
delay: 0, //延迟,单位 ms
duration: 500 //持续时间 单位 ms
duration: 500, //持续时间 单位 ms
needLayout:false //是否需要更新布局,默认 false
}

@@ -25,0 +26,0 @@ ````

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc