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
ScrollMagic doesn't need a wrapper to work, it works fine in the
<body>. However, documentation is saying a wrapper is required.TO DO:
<body>and smooth scrolling is on