Finalized the calculation script and reset script. Now it will calculate any weight with no issues.
Updated the copy to make it easier to understand how the app works and how to access certain things.
Updated options button to make it stand out and appear clickable.
Updated the calculator script to deal with the animation of the reset button and deal with weights less than 5lbs heavier then the bar. Still have not solved the latter.
Updated script to show the bar weight if user hits LIFT without entering a weight. Still need to resolve if you enter a weight less than 5lbs heavier than the bar.
Updated the plate animation. It now unloads, changes weight, then loads. changed colors of plate to help with the differentiate the plates. Used standard olympic bumper plate colors. Updated the size of the reset button to make it easier to click.
Updated the plate animation to slide the plates off as the weight is recalculated and then slides them back on. Still need to delay the html code update.
Added animation script for plates. It will animate the plates when adding the plates and removing them but not when updating the weight. Need to figure out how to step the animation.
Plate visuals now get added each time you calculate a weight. Still need to have the plates be animated. Instead of putting in a string it needs to append and add the weights each time. Make a function to append and then animate each weight.
Added styling for options block. Realised in order to float select and input next to each other each needed its own DIV. Still need to redo plate available area.