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
I don't know what I'm doing wrong but the plugin will not change the class names from no-active to active even though I'm scrolling
<div v-for="item in localSessions" :key="item._id" :id="item._id" v-scroll-show="{parentId: 'listData'}" >.. </div>
This is the code, when it loads, the first items have the class active, and bottom items have no-active
but as I scroll, the items remain no-active
?? what am I doing wrong??
I also notice the elements that have the active class are not really the ones that are visible in the container, I think it adds the active class to the items that would be visible in the viewport not the parent container
The text was updated successfully, but these errors were encountered:
I don't know what I'm doing wrong but the plugin will not change the class names from no-active to active even though I'm scrolling
<div v-for="item in localSessions" :key="item._id" :id="item._id" v-scroll-show="{parentId: 'listData'}" >.. </div>
This is the code, when it loads, the first items have the class active, and bottom items have no-active
but as I scroll, the items remain no-active
?? what am I doing wrong??
I also notice the elements that have the active class are not really the ones that are visible in the container, I think it adds the active class to the items that would be visible in the viewport not the parent container
The text was updated successfully, but these errors were encountered: