- Add custom direction (rhanb)
- Add support for other color types:
rgb
,rgba
,hsl
,hsla
- Add custom color positions
- Remove
opacity
property, usergba
orhsla
alpha color channel if you want to use opacity in the colors
- Add
image.strecthMode
property'none'
to allowstrecthMode
on only one axis - Add ESLint for better code consistency
- Add tests and doc updates for all the new feature
- Update local server config to latest Hapi version
- Add multiple API versions page
- Update dependencies
- Update gulpfile with latest gulp version
- Update node versions on for Travis CI tests
- Add blending mode with image and image position handling
- Add scrollDebounceThreshold option
- Add changeDirection method
- Add changeBlendingMode method
- Add destroy method (fix #34)
- Refactor and optimisations
- Add tests
- Doc addition and improvements
- Fix animation resuming when paused manually then canvas back in view if
isPausedWhenNotInView=true
- Fix animation not starting at init when
isPausedWhenNotInView=true
and canvas is in view
- Add Radial gradients