Hi @Siton_Systems, and thank you for your reply. I changed the links (still not using the scroll horizzontally, actually I don’t need to scroll using the mouse wheel), but still does not work. What am I missing?
I was thinking about the overflow in the wrapper, but even changing it, no results
Add live URL - no way to test the code by the editor.
In general it’s not “safe” to change the .slide styles (Core styles) - without know what your doing. If i added your styles to fullpage.js codepen the layout broken:
so remove this (Dont add any layout styles for slides - fullpage.js do it for you)
Hi @Siton_Systems, please find the live url here : http://mcag-mediapack.webflow.io/ (apologies ^^)
So it’s not showing because of the styling? If a put just text inside, it will show me at least the text (but it will not slide). What am I missing?
update I’ve made some test, and I can make it work. I need now to figure out how to fit this with my design (every slide contains the slide and a small portion of the other slide, like in this exampl that I did with just webflow http://mcag-digital-guidelines.webflow.io/aw18-trends/animation-test). Any Idea?
If you have 2 slides each slide is 50%…3 slides each slide is 33.333% and so on. If for 3 slides you add this custom code it should work (Not pefrect beacuse the last slide with extra right space).
.slide{
width: 32.2%!important;
}
Add screenshot -or- more detials - its hard to 100% understand what you trying to get.
I think yes - but fullpage.js strong side is “fullpage” scrolling - so i dont know how much code and ideas you need to add - to get the idea like your refrecnce
Your example is more a “slider” - maybe try to use swiper/slick/owl/flickity and so on.
I was just thinking about other options. The ting is that in term of animation, the slider is a little limitative in my opinion (not a fan of the slide in trigger)
I will keep going with the WF slider anyway ^^