Skip to content
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

transition to transition-timing-function for beizer #588

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ md-checkbox {
opacity: 0;
display: inline-flex;
justify-content: center;
transition: background-color $md-checkbox-transition-duration
transition-timing-function: background-color $md-checkbox-transition-duration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is the right syntax for transition-timing-syntax (including the background-color in the value)

$md-linear-out-slow-in-timing-function,
opacity $md-checkbox-transition-duration $md-linear-out-slow-in-timing-function;
will-change: background-color, opacity;
Expand Down