5 ms·
Zynga open sources panning and zooming library for HTML and Canvas
- aqrashik 15y agoThere'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.
- caillou 15y agoIt says MIT + Apache (V2) in the Scroller.js file ;) https://github.com/zynga/scroller/blob/master/src/Scroller.js 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 https://github.com/zynga/scroller/pull/1
- corysama 15y agohttps://github.com/zynga/scroller/blob/master/MIT-LICENSE.txt https://github.com/zynga/scroller/blob/master/MIT-LICENSE.tx... added 21 min ago
- zerostar07 15y agoBased on https://github.com/unify/unify https://github.com/unify/unify
- tonyskn 15y agoThis has just been announced in the JSConf EU conference in Berlin!
- brador 15y agoI would do this too. Nice way to get someone else to solve your difficult problems for free.
- mayoff 15y agoI set up the demos here: http://qwan.org/scroller/demo/ http://qwan.org/scroller/demo/ (Thank you, GitHub Pages.)
- stevep98 15y agodoesnt work.
- Zakuzaa 15y agoWorks on iPad too.
- cincinnatus 15y agoWorks great on iPad :-)
- p0larboy 15y agoWorks fantastic on iPad2
- DanielRibeiro 15y agoEaselJs does this with ease as well: http://easeljs.com/ http://easeljs.com/
- oelewapperke 15y agoWhich class in Easel does this ?
- kentf 15y agoCan anyone help extending this? Trying to add Click events to this. http://stackoverflow.com/questions/7621401/adding-a-click-event-to-zyngas-new-canvas-scrolling-api http://stackoverflow.com/questions/7621401/adding-a-click-ev...
- adrianwaj 15y agoWhat the web needs is a UI demo site. You could submit a page that was a demo, and it'd have some metadata in the markup to describe it, and then that would be iframed into the site - then there'd be a header to navigate all the demos. It could be called UIpalette. Any takers?
- localhost3000 15y agohow's this compare to something like touchscroll.js for reproducing native-style scrolling in a mobile web app? e.g. content div that scrolls with fixed footer on ios
- bni 15y agoFor me the other project they released was more interesting: https://github.com/zynga/viewporter https://github.com/zynga/viewporter Shows to what extremes you need to go to get fullscreen on all the Android customizations out there, HTC, Samsung etc. Anyway very useful for me since I cant test on all those.
- javascript 15y agoDoes not work in IE 8.