terminus
terminus copied to clipboard
CSS3 animation not showing all output content
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.