Closed 7PLonG closed 3 years ago
@7PLonG Thanks! I Will try!
I couldn't see any change? Is there any reason for your suggestion?
screen resolution 1920*1080 & set fontsize use viewport suchas '1.875vw', only win10 display scaling "150%", hiddenNode's height rendered to decimals "27.3333px",then container use clientHeigh take an integer(27px) finally animation shows misalignment。
https://developer.mozilla.org/en-US/docs/Web/API/Element/clientHeight
This property will round the value to an integer. If you need a fractional value, use element.getBoundingClientRect().
@7PLonG oh thank you! I will fix it asap
@7PLonG Released in v0.6.3! thanks again
maybe could use getClientRects()