Changes
- Add the
<ParallaxProvider />component that provides theparallaxControllerviacontextto children. - Update the Usage section of the Readme to document using the new
<ParallaxProvider />component. - Update the Parallax Controller Context section of the Readme to document accessing the
parallaxControllerviacontextand the available methods. - Add warning to update usage if using the old
ParallaxController.init()without the<ParallaxProvider />method.