Skip to content

Transition-delay can't take multiple values #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nagman opened this issue Sep 19, 2017 · 3 comments
Closed

Transition-delay can't take multiple values #81

nagman opened this issue Sep 19, 2017 · 3 comments
Assignees

Comments

@nagman
Copy link

nagman commented Sep 19, 2017

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).

@nagman nagman changed the title Transition-delay can't take multiple value Transition-delay can't take multiple values Sep 19, 2017
@crnacura crnacura self-assigned this Sep 20, 2017
@crnacura
Copy link
Member

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

@nagman
Copy link
Author

nagman commented Sep 20, 2017 via email

@crnacura
Copy link
Member

Thanks for clarifying :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants