-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toggle motion updates #365
Toggle motion updates #365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wonilsuh In addition to what I found in package.json, it appears that there are other places that your code is based on our older code. Please rectify so that the list of changes in this PR is kept with what you really want to change. Thanks!
package.json
Outdated
@@ -78,13 +79,14 @@ | |||
"gulp-util": "~3.0.7", | |||
"husky": "^0.12.0", | |||
"karma": "^1.0.0", | |||
"karma-chrome-launcher": "^2.2.0", | |||
"karma-chrome-launcher": "^2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that your code is based on our older code. This line should be kept ^2.2.0
.
package.json
Outdated
"karma-coverage": "^1.1.0", | ||
"karma-firefox-launcher": "^1.0.0", | ||
"karma-html2js-preprocessor": "^1.1.0", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "~1.1.5", | ||
"karma-phantomjs-launcher": "^1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that your code is based on our older code. This line should be removed.
package.json
Outdated
@@ -97,6 +99,7 @@ | |||
"mocha": "~2.4.4", | |||
"mock-raf": "^1.0.0", | |||
"nodemon": "1.9.1", | |||
"phantomjs-prebuilt": "^2.1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that your code is based on our older code. This line should be removed.
Overview
Updates to the toggle motion with the System 360 Motion specs, which defines shorter duration and a set of new curves.
Changed
Transition duration and curves updated.
Testing / Reviewing
Run
$ npm run test