Z
Z
zwezew2018-10-24 14:59:40
css
zwezew, 2018-10-24 14:59:40

Is there a way to put a delay between animation steps in css?

Is there a way to put a delay between animation steps in css?

@keyframes {
    from {}
   //задержка
   to {}
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Fedorov, 2018-10-24
@aliencash

Add more steps as a percentage of the duration of the animation. 10% {} 20%{} etc.

D
Dmitry, 2018-10-24
@soledar10

Example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question