Skip to content

Instantly share code, notes, and snippets.

@secretrobotron
Created November 27, 2013 22:34
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 secretrobotron/7684340 to your computer and use it in GitHub Desktop.
Save secretrobotron/7684340 to your computer and use it in GitHub Desktop.
<polymer-element name="ceci-broadcast-vis">
<template>
<div id="broadcasts" class="channel-visualisation broadcast-channels"></div>
</template>
<script>
(function() {
var signalSpeed = 1;
var bubbleDuration = 1;
Polymer('ceci-broadcast-vis', {
ready: function () {
//In seconds
// this.signalSpeed = 1;
// this.bubbleDuration = 1;
...
...
var signalSpeedCSS = signalSpeed + "s";
})();
</script>
</polymer-element>
@flukeout
Copy link

whaaaaaaaaat??? that's cool - I'll update it.

Also, how can i subscribe to MORE fun facts???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment