- Added more fallbacks and better support in case of missing dependencies.
- Much more gracefull fallbacks now, setting transitions etc.
- Added animate, which uses WebAnimationAPI (experimental).
- Switched to in-house (overkill?) prefixer.
- Some cleanup of source code.
- Not dependent on TweenMax anymore.
- Added
Layer.destroy()
which can be extended for all your destroying needs.
- Added
State
Layer
type is now optional. Options can be first argument,new goolib.Layer([type,] [options])
.
Layer
is now completely chainable
- Basic
Layer