Shapetrix / Color-Tapamonium

tap the colors to see how long of a streak you can get.
0 stars 0 forks source link

Only see purple on non-phone #1

Open christrees opened 5 years ago

christrees commented 5 years ago

on 'non-phone' screen widths I only see purple. I think this is due to element size issues.

After looking at the existing transformation: 1 - Do NOT use Translate, use the viewport to center in the view area. 2 - Just use Translate to center the the lower bar arch. 3 - Eventually... read the view width via element.clientWidth to center +x 4 - Eventually... read the vew height via element.clientHeight to position -y ... https://stackoverflow.com/questions/7130397/how-do-i-make-a-div-full-screen

Shapetrix commented 5 years ago

Thanks for the info, i will look into this