diff --git a/examples/rotating.html b/examples/rotating.html index f069812..d366016 100644 --- a/examples/rotating.html +++ b/examples/rotating.html @@ -109,7 +109,7 @@ var lng = Math.random() * 360 - 180; var color = colors[Math.floor(Math.random() * colors.length)]; globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 }); - }, 250); + }, 150); var canvas = document.getElementById('rotatingGlobe'); // Special code to handle high-density displays (e.g. retina, some phones) diff --git a/examples/rotating.js b/examples/rotating.js index 1eacc55..ec9b7a4 100644 --- a/examples/rotating.js +++ b/examples/rotating.js @@ -44,7 +44,7 @@ var lng = Math.random() * 360 - 180; var color = colors[Math.floor(Math.random() * colors.length)]; globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 }); - }, 250); + }, 150); var canvas = document.getElementById('rotatingGlobe'); // Special code to handle high-density displays (e.g. retina, some phones) diff --git a/js/homepage.js b/js/homepage.js index c5a516b..cfad5b2 100644 --- a/js/homepage.js +++ b/js/homepage.js @@ -40,7 +40,7 @@ var lng = Math.random() * 360 - 180; var color = colors[Math.floor(Math.random() * colors.length)]; globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 }); - }, 250); + }, 150); var canvas = document.getElementById('homepage-globe-canvas'); // Special code to handle high-density displays (e.g. retina, some phones)