Is there a way to achieve a transition effect similar to this example for fullPage.js section-elements?
<div id="fullpage">
<div class="section"></div>
<div class="section"></div>
</div>
I have experimented with various approaches, but I am unable to find a solution that works smoothly.
To clarify, the transition between sections should create a visual effect resembling two vertical sliders sliding against each other.
Any assistance would be greatly appreciated. Thank you!