Update site

This commit is contained in:
Brandon Tilley 2013-12-28 21:48:36 -08:00
parent 49ac7edf70
commit 6cfd893b52
3 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@
var lng = Math.random() * 360 - 180; var lng = Math.random() * 360 - 180;
var color = colors[Math.floor(Math.random() * colors.length)]; var color = colors[Math.floor(Math.random() * colors.length)];
globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 }); globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 });
}, 250); }, 150);
var canvas = document.getElementById('rotatingGlobe'); var canvas = document.getElementById('rotatingGlobe');
// Special code to handle high-density displays (e.g. retina, some phones) // Special code to handle high-density displays (e.g. retina, some phones)

View File

@ -44,7 +44,7 @@
var lng = Math.random() * 360 - 180; var lng = Math.random() * 360 - 180;
var color = colors[Math.floor(Math.random() * colors.length)]; var color = colors[Math.floor(Math.random() * colors.length)];
globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 }); globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 });
}, 250); }, 150);
var canvas = document.getElementById('rotatingGlobe'); var canvas = document.getElementById('rotatingGlobe');
// Special code to handle high-density displays (e.g. retina, some phones) // Special code to handle high-density displays (e.g. retina, some phones)

View File

@ -40,7 +40,7 @@
var lng = Math.random() * 360 - 180; var lng = Math.random() * 360 - 180;
var color = colors[Math.floor(Math.random() * colors.length)]; var color = colors[Math.floor(Math.random() * colors.length)];
globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 }); globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 });
}, 250); }, 150);
var canvas = document.getElementById('homepage-globe-canvas'); var canvas = document.getElementById('homepage-globe-canvas');
// Special code to handle high-density displays (e.g. retina, some phones) // Special code to handle high-density displays (e.g. retina, some phones)