I want a page with two div's next to each other; on scroll down, one scrolls up the other one scrolls down. How can I achieve this? Does this have a name?
See example: https://lifeathome.ikea.com/virtualgreenhouse/
I want a page with two div's next to each other; on scroll down, one scrolls up the other one scrolls down. How can I achieve this? Does this have a name?
See example: https://lifeathome.ikea.com/virtualgreenhouse/
Copyright © 2021 Jogjafile Inc.
I think you can add transform: translateY(-someHeight) to the column that should scroll to the opposite direction on scroll event