Just catching up on this series, at this video. Watched it twice, everything is working nice as per video (I also followed ninebox video too, very nice). I'm still little confused how this is working, any chance of a explantion in english? For example how is the box drawing from center to left and right (expanding), when X1Target starts at 0 and x2Target starts at 320 ? I'm reading it in step event that lerpProgress += (1 - 0 ) /50 is 0.5 (50%) so for x1 = lerp (160, 0, 0.5) ? then next step it would be lerpProgress += (1-0.5)/50 is 0.25 (25%?) so x1 = lerp(160, 0, 0.25) Just little lost how it's actually resulting in text box move as it does from center to left and right outter edges. Any assistance will be of most help!
2020-10-01 10:56:38 +0000 UTC
Nice and clean series! Totally loving this, when will the next video come through?