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

:hover pseudo class is not rendering #189

Open
Fresheyeball opened this issue Jun 2, 2015 · 2 comments
Open

:hover pseudo class is not rendering #189

Fresheyeball opened this issue Jun 2, 2015 · 2 comments

Comments

@Fresheyeball
Copy link

.foo:hover{
  transform:scale(1.5);
}

has no effect.

@Inviz
Copy link
Contributor

Inviz commented Jun 2, 2015

We have a very modest support for pseudo classes, but it's not difficult to add it. I'd do it but I'm a bit overloaded at work. If I were to do it, I'd define a global mouseover event, and did a engine.solve() call with a callback, in which I would invalidate selectors in a similar way mutations do.

@Fresheyeball
Copy link
Author

Sounds good to me. Obviously constraints used in :hover will need to recalculate.

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

2 participants