nnirror/facet

Invert speed controls

Closed this issue · 1 comments

Currently speed(2) means twice as slow and speed(0.5) means twice as fast. It might be more intuitive for users if these were switched, so smaller than 1 means slower.

The .speed() method is used in several places in the FacetPattern.js class, so need to make sure I test all those and make sure the related methods are working properly.

Added in: de405d9