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
There should be an option to pass the [locoMotiveScrollInstance].scroll.instance.scroll.y to the blobity instance. The transform attributes of focused elements are not being factored in.
Thanks!
The text was updated successfully, but these errors were encountered:
I would like to clarify the issue as I'm not sure I understand. Does the issue appear once:
Focusable element is hovered over and Blobity focuses on it.
Scroll is done, which makes the focusable area misaligned with the area focused by Blobity.
Are those steps correct to reproduce?
And in such a case, would a blobity.update() method which would recalculate the position of the focused element and update Blobity position to it be sufficient? Such a method could be called on your scroll handler. It could actually probably also be called internally by Blobity on the scroll of the page as well.
first off, thanks so much for the amazing plugin!
https://codepen.io/handiworknyc/pen/RwxGGgm
See codepen. try hovering over some elements.
There should be an option to pass the
[locoMotiveScrollInstance].scroll.instance.scroll.y
to the blobity instance. The transform attributes of focused elements are not being factored in.Thanks!
The text was updated successfully, but these errors were encountered: