Zynga open sources panning and zooming library for HTML and Canvas
1–10 of 19 posts
Re: Zynga open sources panning and zooming library for HTML and Canvas
#2There's no licensing information, even the source files simply have a copyright notice but no mention of the license under which it is being distributed.
Re: Zynga open sources panning and zooming library for HTML and Canvas
#3There's no licensing information, even the source files simply have a copyright notice but no mention of the license under which it is being distributed.
It says MIT + Apache (V2) in the Scroller.js file ;)
https://github.com/zynga/scroller/blob/master/src/Scroller.j...
I went ahead and made a pull request. https://github.com/zynga/scroller/pull/1
Re: Zynga open sources panning and zooming library for HTML and Canvas
#4Based on https://github.com/unify/unify
Re: Zynga open sources panning and zooming library for HTML and Canvas
#5This has just been announced in the JSConf EU conference in Berlin!
Re: Zynga open sources panning and zooming library for HTML and Canvas
#6I would do this too. Nice way to get someone else to solve your difficult problems for free.
Re: Zynga open sources panning and zooming library for HTML and Canvas
#7I set up the demos here:
http://qwan.org/scroller/demo/
(Thank you, GitHub Pages.)
Re: Zynga open sources panning and zooming library for HTML and Canvas
#8Works on iPad too.
Re: Zynga open sources panning and zooming library for HTML and Canvas
#9EaselJs does this with ease as well: http://easeljs.com/
Re: Zynga open sources panning and zooming library for HTML and Canvas
#10I set up the demos here: http://qwan.org/scroller/demo/ (Thank you, GitHub Pages.)
doesnt work.