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

class="{{ foo }" and :class="foo" not treated the same way during transitions. #1960

Closed
crswll opened this issue Dec 3, 2015 · 0 comments
Closed

Comments

@crswll
Copy link

crswll commented Dec 3, 2015

In this example we're using class="{{ foo }}" in the template but the elements aren't transitioning.

http://jsfiddle.net/crswll/t5jv7d98/1/

If we use :class="foo" they transition just fine.

http://jsfiddle.net/crswll/t5jv7d98/2/

@crswll crswll changed the title class="{{ foo }}" and :class="foo" not treated the same way during transitions. class="{{ foo }" and :class="foo" not treated the same way during transitions. Dec 3, 2015
@crswll crswll changed the title class="{{ foo }" and :class="foo" not treated the same way during transitions. class="{{ foo }" and :class="foo" not treated the same way during transitions. Dec 3, 2015
@yyx990803 yyx990803 mentioned this issue Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant