Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created June 15, 2012 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/2938603 to your computer and use it in GitHub Desktop.
Save wboykinm/2938603 to your computer and use it in GitHub Desktop.
Conditional Easing
var cz = map.getZoom()
if cz >= 8 {
map.setZoom({ Take No Action });
}
else {
map.setZoom({8});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment