DOM Rendering Performance

What rendering performance optimization does this CSS implement?
.animated {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
Next Question (12/20)