A nice addition to the Effects system we now have would be the ability to stagger those effects. This would open up even more cool possibilities. One example would be a nice cascading loading effect on a list of posts. Each post in the list would have a slightly longer delay.
Yes, definitely something we wished at the time we could get into effects but right now there’s no way to process Dynamic Content at the time the generated CSS is created. But ideally, you could do interesting things like: transition-delay: calc(0.3s * {{dc:looper:index}}) which would stagger the transition automatically for each new post in the list.
1 Like
Fantastic, I’ll try that. Thanks!
Scratch that, I won’t try it because it’s not possible yet lol 
I should read better!
No worries, it’s definitely a priority for us to get something like that worked out. We’ll get there.
1 Like