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

Sequence with svg in Edge #280

Open
florent-cdl opened this issue Oct 7, 2016 · 0 comments
Open

Sequence with svg in Edge #280

florent-cdl opened this issue Oct 7, 2016 · 0 comments

Comments

@florent-cdl
Copy link

Hi,

I've got some errors in a test sequence with svg in it when viewed in Edge.

The error is in resetInheritedSpeed function at line 1962 in sequence.js

I've changed : el.style[Modernizr.prefixed("transition")] = "0ms 0ms";
to : if (el.style) el.style[Modernizr.prefixed("transition")] = "0ms 0ms";

idem at line 2002

I think it's because on Edge a path node in a svg for example has no .style property ?
Surely there is a problem with svg with elements return by var stepElements = self.$steps[step - 1].querySelectorAll("*") (at line 1973) because errors appears.

Thanks.
Florent

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