kmcurry / 3Scape

Create fun 3D contraptions in your browser that react to space, time, and physics
http://3Scape.me
GNU General Public License v3.0
3 stars 8 forks source link

Refactor the DVD Controller #265

Open kmcurry opened 9 years ago

kmcurry commented 9 years ago

The "DVD Controller" is responsible for play, pause, stop, fast forward and rewind of animation in the 3D scene.

dvd-controller

The UI is currently buried on the Slides tab of the sidebar panel (line 578 in create.ejs).

screen shot 2014-12-15 at 9 47 23 am

Group the button elements into a div with id="DVDControls" and move the div to sidebar panel so that the controls are always visible on the panel when it is open. They can go above the tabs ("Objects", "Slides").

While testing:

In the future:

kmcurry commented 9 years ago

Possibly move DVD control