The animation-composition CSS property specifies the composite operation to use when multiple animations affect the same property simultaneously....@keyframes slide { 20%, 40% { transform: translateX(100px); background:...background: yellow; } 80%, 100% { transform: translateX(150px); background:...