Plate visuals now get added on calculation.

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.
This commit is contained in:
2018-10-16 13:20:27 -04:00
parent 29b79e02ec
commit 1fd65136af
5 changed files with 51 additions and 22 deletions

View File

@@ -130,6 +130,7 @@ p.subheading {
.b-platevisual__plates{
position: absolute;
display: inline-flex;
}
@@ -137,6 +138,7 @@ p.subheading {
top: 50%;
transform: translate(-100%, -50%);
left: 21%;
flex-direction: row-reverse;
}
@@ -146,6 +148,12 @@ p.subheading {
left: 79%;
}
.b-platevisual__plate{
position: relative;
margin: 0px 1px;
vertical-align: middle;
}
.b-calulatorinputs {
height: 40vh;
width: auto;