I am in the process of creating a single-page website and I would like to stack multiple divs on top of each other, all approximately 400px in size (with variations). Instead of using a smooth scroll, I want the page to jump to the next div and have it centered on the screen. At the same time, I want the opacity of the content above and below to adjust in order to draw attention to the center div.
I have experimented with various scrolling plugins, but I have not found anything that achieves the effect I am looking for. Most of the plugins are designed for full-page divs, rather than divs that are only a fraction of the height of the page.
Can anyone recommend a solution or point me in the right direction on how I can modify an existing plugin to achieve this desired effect?