You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be pretty straight forward, but Stellar is not animating #logo a on scroll. It initializes it and sets the top: 0px on the DOM element but does nothing on window.scroll.
I've got js dependencies ordering fine and there are no JS errors. #marquee is relative, #logo is absolute and #logo a is relative.
I really don't know what else I can do here. Any ideas?
Documentation claims that we can run Stellar JS on DOM elements, but there are issues with this approach. If an element doesn't have scrollbars, it can't be scrolled and $elem.scrollTop() returns 0.
This should be pretty straight forward, but Stellar is not animating
#logo a
on scroll. It initializes it and sets thetop: 0px
on the DOM element but does nothing on window.scroll.I've got js dependencies ordering fine and there are no JS errors.
#marquee
is relative,#logo
is absolute and#logo a
is relative.I really don't know what else I can do here. Any ideas?
The text was updated successfully, but these errors were encountered: