scrollxp
scrollxp copied to clipboard
Add wrapper when using smooth scrolling
ScrollMagic doesn't need a wrapper to work, it works fine in the <body>
. However, documentation is saying a wrapper is required.
TO DO:
- Create wrapper dynamically if the container is the
<body>
and smooth scrolling is on - Remove wrapper if smooth scrolling is off
- Improve documentation