You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
My bad, I just didn't understand the text.
I thought the background should animate when the position has finished to
animate.
2017-09-20 13:19 GMT+02:00 Mary Lou <notifications@github.com>:
Hi,
I just tried to adjust the delays and it works. The first value is for the
background-color and the second one for the left:
.element-3 {
-webkit-transition-delay: 0.5s, 2s;
transition-delay: 0.5s, 2s;
}
Can you tell me what exactly you tried?
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APXrBpJdjqbJm_hWJ27O_jwSk_n-idkhks5skPSpgaJpZM4PcBiL>
.
Hi,
I've read your article on the transition-delay, and it says it can take comma separated values.
But your third example doesn't work (the background animation is triggered at the beginning of the position animation, not at the end).
The text was updated successfully, but these errors were encountered: