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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user