Skip to content

Instantly share code, notes, and snippets.

@rowan-m
Created August 27, 2019 09:10
Show Gist options
  • Save rowan-m/3bdb43b12431750dfd5f253c15a28378 to your computer and use it in GitHub Desktop.
Save rowan-m/3bdb43b12431750dfd5f253c15a28378 to your computer and use it in GitHub Desktop.
// class InputKnob
_drawState() {
this._container.style.setProperty('--angle', `${this.value}rad`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment