The problem is not in the angular material, you need to check your code.
Speaking of hardware acceleration, you can force accelerate hardware acceleration with css.
Add this css class to the body
.accelerate { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
More on hardware acceleration hardware acceleration in the smash log
source share