Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@PineappleRind PineappleRind released this 09 Nov 16:50

v1.1.1

Feature additions

  • T Slider: adjust the T value before, during, or after playback; slide through time
  • Version: shows version at the bottom of controls window
  • Animation Speed: adjust animation speed
  • localStorage expiry: data now expires after 60 days of inactivity
  • Cookie consent: idk

Design updates

  • Sliders, checkboxes, and dropdowns are now custom styled
  • The T value (speedometer) now only shows when the controls are closed, due to t slider
  • Quick action buttons improved and are now more consistent with the UI

Code optimizations

  • Show checkboxes now use bitfields instead of an object of booleans; it's cleaner and smaller
  • Draw functions are now in their own object
  • save.getData() -> get save.data
  • evaluatePlaying() function is replaced by a setter! this means:
    • Before: playing = true; evaluatePlaying()
    • After: playing = true;
  • Countless other improvements...

Issues resolved

#5 T slider