this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace On/Off with just animationOff to better align with checkbox and capitalization of other menu items.

Signed-off-by: moderation <michael@sooper.org>

+1 -1
+1 -1
src/viewer.js
··· 586 586 587 587 const animationToggleCtrl = this.animFolder.add(this.state, 'animationPaused'); 588 588 animationToggleCtrl.onChange((paused) => this.toggleAnimation(paused)); 589 - animationToggleCtrl.name('Animation On/Off'); 589 + animationToggleCtrl.name('animationOff'); 590 590 591 591 // Morph target controls. 592 592 this.morphFolder = gui.addFolder('Morph Targets');