Coder Social home page Coder Social logo

Comments (6)

atiar-cse avatar atiar-cse commented on September 4, 2024 1

It's not triggering on bottom of page small section in height about 200px. How we can resolve it?

from vue-scrollactive.

eddiemf avatar eddiemf commented on September 4, 2024

Yeah sure, it should be definitely possible. The class is applied based on wether the top of screen + offset value reached the position of the section you defined. The only problem you might have is in case it's the last section and it's too small for the top of screen to reach it, so it will never have the active class.

Edit:
I just looked at the title and realized your problem is exactly the "problem" part of my answer hehe. So I added another answer.

from vue-scrollactive.

StefKors avatar StefKors commented on September 4, 2024

Yeah, I was thinking probably giving it 80vh or some would work. Is it possible to mod it so instead of X from top it triggers on when element is in frame?

Another option would be to perhaps manually trigger scrollactive? Is that possible

from vue-scrollactive.

eddiemf avatar eddiemf commented on September 4, 2024

Well, an easy fix for this is just making the offset value higher. By default it's something like 40px, you can make it something like 500px maybe, this way the highlight will occur just after the section is in the screen.

The calculation is still the same, you're just adding more with the offset.

The only downside is that you can't do this specifically for one section, all sections will behave the same.

from vue-scrollactive.

MaartenVenema avatar MaartenVenema commented on September 4, 2024

This issue still persists. When you scroll down but the last section is not close enough to the top of the viewport the active-state for the last section will not get triggered.

from vue-scrollactive.

vladninja avatar vladninja commented on September 4, 2024

Any progress?

from vue-scrollactive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.