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

Test multiple transitions on same element #204

Open
IanLunn opened this issue Jun 27, 2013 · 0 comments
Open

Test multiple transitions on same element #204

IanLunn opened this issue Jun 27, 2013 · 0 comments

Comments

@IanLunn
Copy link
Owner

IanLunn commented Jun 27, 2013

It is most likely that multiple transitions on the same element won't work correctly when transitions are reversed.

Example code:

.some-element {
    color: red;
    left: 0;
    transition: color 1s, left 2s;
}

.some-element.animate-in {
    color: blue;
    left: 50%;
}
@IanLunn IanLunn removed this from the Future Versions milestone Apr 2, 2014
@IanLunn IanLunn added this to the 2.1.0 milestone Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant