TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zynga open sources panning and zooming library for HTML and Canvas

116 pointsby caillouover 13 years ago

12 comments

mayoffover 13 years ago
I set up the demos here:<p><a href="http://qwan.org/scroller/demo/" rel="nofollow">http://qwan.org/scroller/demo/</a><p>(Thank you, GitHub Pages.)
评论 #3060669 未加载
aqrashikover 13 years ago
There'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.
评论 #3060138 未加载
评论 #3061436 未加载
DanielRibeiroover 13 years ago
EaselJs does this with ease as well: <a href="http://easeljs.com/" rel="nofollow">http://easeljs.com/</a>
评论 #3062451 未加载
adrianwajover 13 years ago
What 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?
bniover 13 years ago
For me the other project they released was more interesting:<p><a href="https://github.com/zynga/viewporter" rel="nofollow">https://github.com/zynga/viewporter</a><p>Shows to what extremes you need to go to get fullscreen on all the Android customizations out there, HTC, Samsung etc.<p>Anyway very useful for me since I cant test on all those.
zerostar07over 13 years ago
Based on <a href="https://github.com/unify/unify" rel="nofollow">https://github.com/unify/unify</a>
kentfover 13 years ago
Can anyone help extending this?<p>Trying to add Click events to this.<p><a href="http://stackoverflow.com/questions/7621401/adding-a-click-event-to-zyngas-new-canvas-scrolling-api" rel="nofollow">http://stackoverflow.com/questions/7621401/adding-a-click-ev...</a>
tonysknover 13 years ago
This has just been announced in the JSConf EU conference in Berlin!
localhost3000over 13 years ago
how'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
javascriptover 13 years ago
Does not work in IE 8.
Zakuzaaover 13 years ago
Works on iPad too.
评论 #3061454 未加载
评论 #3062201 未加载
bradorover 13 years ago
I would do this too. Nice way to get someone else to solve your difficult problems for free.