-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Using ScrollReveal with SVG elements not working in Firefox #73
Comments
No changes yet. When I updated to the latest mockingbird branch it stopped working altogether. But I'll try |
@jrdnbwmn Try the latest |
@julianlloyd Tried all of that and had no changes, but I've isolated the problem! The images I'm trying to animate are inline svgs. So, couple things:
So the combo of this version of the js with inline svgs makes Firefox pissy for some reason. |
@jrdnbwmn Great discovery! Thanks. I wonder if inline SVG works has a FireFox bug with CSS transforms? Going to close and icebox for now, but I’ll make sure to add this to the README for |
Firefox isn't working for me for some reason. The animated elements just never show up.
Everything else is working great, it's just Firefox with the problem. I have the mockingbird branch installed so I can get rid of mobile animations. I tested with the regular branch and had the same problem with Firefox.
It's weird because I know http://scrollrevealjs.org/ works on Firefox.
I have the plugin installed at the bottom of
body
and this:and the only parameters I use are
after
ones likedata-scroll-reveal="after 0.3s"
.Here's the site: http://www.jrdnbwmn.com/
The text was updated successfully, but these errors were encountered: