.parent:hover .child { will-change: transform; } .child { transition: transform 0.3s; } .child:hover { transform: scale(1.5); }