background-position:inherit;

with some css animations

transition: all 1.3s ease;

When you use inherit the CSS animation, they will only fire after the animation above is complete so it natually cascades down. This must be why they called it cascading style sheets. Well at least in chrome.