HTML5 Animate CSS Support Product Page
Answered
Animation delay
Asked 06 Nov 2014 15:06:32
1
has this question
06 Nov 2014 15:06:32 jeff Napadow posted:
Can I add a delay between animations? I have three <div> elements and I would like them to appear one at a time instead of all at once. Replies
Replied 06 Nov 2014 16:28:26
06 Nov 2014 16:28:26 Teodor Kuduschiev replied:
Hello,
The delay option is only available when working with dynamic data (HTML5 Data Bindings)
The delay option is only available when working with dynamic data (HTML5 Data Bindings)
Replied 06 Nov 2014 16:57:40
06 Nov 2014 16:57:40 jeff Napadow replied:
According to the .js file there is a data-animate-delay attribute but when I add it data-animate-delay="1000" nothing happens. Is there another way of hand coding it?
Replied 06 Nov 2014 17:20:25
06 Nov 2014 17:20:25 Teodor Kuduschiev replied:
No, as i already explained - The delay option is only available when working with dynamic data.
Replied 17 Feb 2016 12:51:40
17 Feb 2016 12:51:40 Moon Monkey replied:
You can use the CSS properties:
style="animation-delay: 5s;"
style="animation-delay: 5s;"