stamen / modestmaps-js

Modest Maps javascript port
http://modestmaps.com
566 stars 152 forks source link

use CSS transforms where available #14

Closed RandomEtc closed 13 years ago

RandomEtc commented 13 years ago

See http://bennolan.com/2011/04/08/native-maps-speed-in-javascript.html - 60fps should be possible on mobile devices if things are tuned correctly.

tmcw commented 13 years ago

This work is progressing in the transforms-refactor branch. It's probably a different task to get a good fps measure of speed for this branch vs the main project - I can see that the page is repainting much less now that panning is purely transform-based on viable browsers.

tmcw commented 13 years ago

Duplicate of #8