Closed ducaale closed 8 years ago
when i updated to angular material 1.1 there is a lag when using alternating headers, both headers show for 2 second
I found solution, material has problem with animations on this header. Add class to fix this issue: .no-animate { -webkit-animation: 0s none !important; transition: 0s none !important;}
.no-animate { -webkit-animation: 0s none !important; transition: 0s none !important;}
when i updated to angular material 1.1 there is a lag when using alternating headers, both headers show for 2 second