You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element.clientHeight is used to fix the problem with animations when the ending property is height: auto. Depending on the moment clientHeight is checked, its calculations are not right, that's why a setTimeout is used.
The timeout should be removed.
The text was updated successfully, but these errors were encountered:
Element.clientHeight is used to fix the problem with animations when the ending property is height: auto. Depending on the moment clientHeight is checked, its calculations are not right, that's why a setTimeout is used.
The timeout should be removed.
The text was updated successfully, but these errors were encountered: