- Add offset options for
halo
- Fix readme encoding
- Add options for
halo
- Fix missing camera issue for some effects
- Fix missing THREE for
dots
effect - Add initial
halo
effect
- Fix resize issue for react
- Update readme for npm
- Added
showLines
option fordots
effect
- Initial publish on npm
- Fixed wrong method name in readme
- Removed gallery code from
master
branch, added to newgallery
branch - Fixed an issue that prevented
birds
from being properly compiled in certain projects
- Added ability to disable mouse/touch controls
- Added ability to set custom scale
- Fixed an issue with default height/width when the parent container (
el
param) has zero height - Fixed an issue with text nodes of
el
- 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