Adds Ticker priority argument (#3859)
* Adds ticker priority

* Removes EventEmitter dependency from ticker

* Small optimization to avoid Function.call

* Changes ticker priority with UPDATE_PRIORITY const

* Fixes linting

* Use a linked list approach to ticker listeners

* Oops fixes test

* Minor fixes

* Removes unnecessary destroy check

* Minor optimizations

* Adds memory clean-up to Ticker

* Updated documentation

* Rename local `last` to `previous`
1 parent 1bb7b47 commit 807b82cd860af2ec6fc61e3ec0583807103aaa82
@Matt Karl Matt Karl authored on 29 Mar 2017
GitHub committed on 29 Mar 2017
Showing 11 changed files
View
src/core/Application.js
View
src/core/const.js
View
src/core/textures/VideoBaseTexture.js
View
src/core/ticker/Ticker.js
View
src/core/ticker/TickerListener.js 0 → 100644
View
src/core/ticker/index.js
View
src/extras/AnimatedSprite.js
View
src/interaction/InteractionManager.js
View
src/prepare/BasePrepare.js
View
test/core/Ticker.js 0 → 100644
View
test/core/index.js