Custom animation timing controls how fast or slow animations run on screen. Smooth animations need to update frames at about 60 times per second (60fps). If your timing is too complex or uses heavy calculations, it can slow down the frame rate and make the app feel laggy.
Animations also use CPU and GPU resources. Poorly optimized timing can increase battery use and memory load, especially if many animations run at once.