Coder Social home page Coder Social logo

Comments (10)

eddiemf avatar eddiemf commented on July 29, 2024

Hey there, thanks for the feedback!

I'm planning on adding something similar to the exact option to always highlight the first item if the scroll position is before the first relative element. I'll try to work on it this week :)

from vue-scrollactive.

DamianMullins avatar DamianMullins commented on July 29, 2024

@eddiemf That would be great, I'm happy to help out with anything if you need me to.

Great plugin by the way!

from vue-scrollactive.

guillermograham avatar guillermograham commented on July 29, 2024

Hi @eddiemf , this is a brilliant plugin. Thanks for all your work!

I'm trying to the feature highlightFirstItem you've added, I've added it as one of my options, but it's not highlighting the first item until I scroll.

Is there anything else I should have added?

				<scrollactive
					v-if="loaded"
					v-on:itemchanged="onItemChanged"
					scrollContainerSelector="#menu-component"
					highlightFirstItem
					:modifyUrl="false"
				>

from vue-scrollactive.

DamianMullins avatar DamianMullins commented on July 29, 2024

@guillermograham I apply the active class to the first item so that it is highlighted before scrolling.

from vue-scrollactive.

guillermograham avatar guillermograham commented on July 29, 2024

Thanks @DamianMullins , I figured I would do that as a last resort if I can't get the highlightFirstItem option to work.

It would be good to know if I'm not implementing it correctly though, because @eddiemf 's option would be very clean.

from vue-scrollactive.

eddiemf avatar eddiemf commented on July 29, 2024

Hey there, I'm actually not sure if this is working as intended, probably not because your options look correct. I'll make a few tests and fix this soon if needed, meanwhile you can do as @DamianMullins said and just apply the class to the first :)

Thanks for the feedback!

from vue-scrollactive.

guillermograham avatar guillermograham commented on July 29, 2024

Thank you both!

from vue-scrollactive.

marcvan-dijk avatar marcvan-dijk commented on July 29, 2024

Hi there, thanks for your work! I'm having difficulty getting it to work. I've tried to add the attribute with dashes, without dashes, capitals and no capitals, but no luck.
Any tips on how to apply highlightFirstItem="true" ?

Thanks in advance

from vue-scrollactive.

DamianMullins avatar DamianMullins commented on July 29, 2024

@marcvan-dijk I add the prop in my code like this <scrollactive highlight-first-item> and it behaves as expected?

from vue-scrollactive.

marcvan-dijk avatar marcvan-dijk commented on July 29, 2024

highlight-first-item

nope nothing, im using vuetify with an extended v-app-bar, maybe thats the issue. I also tried to add the active class to the first item in the array, also not working.

this is the start of the tag now:

                    <scrollactive class="nav-scroll-items" 
                                  active-class="active"
                                  highlight-first-item
                                  offset="112">

when I'm scrolling a bit and then back up it does light up, so the offset seems to be working correctly

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.