- Added ability to use a custom
THREE
build - Added example using
create-react-app
- Fixed an error with p5 effects expecting a threejs renderer
- Fixed
VANTA undefined
error inwaves
effect - Added
setOptions
method to allow changing options after init - Added
speed
option forclouds
- Added
forceAnimate
option - Added
globe
effect
- Allow touchscreen controls for effects
- Fixed an issue where Gatsby build fails due to
window
undefined
- Updated module code to allow static import
- Updated readme React example to use refs
- Fixed issue where sibling elements are overlaid on top of the animation element and mousemove fails to trigger, now using
window
mousemove event - Added warning if THREE is missing on window
- Added this changelog
- Added mobile support for
birds
effect (alternative to GPGPU) - Added bird size option for
birds
effect
- Removed backgroundColor "transparent" option, use backgroundAlpha instead
- Added p5 effects:
trunk
,topology
- Updated
dots
with a spherical effect
- First release