I was wondering how to make the transition happen slower from .transparent to .small-nav. I see this snippet of code here but not sure if this is where I change it as I'm not the js professional. Would I change the "0" to a higher number? If so I've tried this and don't see any difference.
Oh sweet! Sorry I guess what I meant more specifically was can I trigger the change to take place further down the scroll. So like in the middle of the slider, then have the transition take place.
I was wondering how to make the transition happen slower from .transparent to .small-nav. I see this snippet of code here but not sure if this is where I change it as I'm not the js professional. Would I change the "0" to a higher number? If so I've tried this and don't see any difference.
Thanks in advance!
Hey Again!
That is actually a css3 transition. You can time it differently by changin the "0.40 " .
Thanks
ThemeNectar Support Team
Oh sweet! Sorry I guess what I meant more specifically was can I trigger the change to take place further down the scroll. So like in the middle of the slider, then have the transition take place.
Hey Zech,
You'd need to modify init.js file in regards as unfortunately this would take some custom development since that's handled with JS
Cheers