Jump to content
Search Community

bryanbuchs

Members
  • Posts

    2
  • Joined

  • Last visited

bryanbuchs's Achievements

  1. Thank you @OSUblake - I was not aware of that distribute() method. Very helpful!
  2. Is it possible to stagger a custom effect? In my example, I have an effect registered that returns a timeline -- fade in, then slide down and fade out as the slide finishes. I then run that effect on a group of elements - It works! But I would like to stagger the start time of the effect among the group. Adding a stagger:0.5 where I call the effect doesn't seem to do the trick. Do I need to manually loop through my elements and pass a delay prop instead?
×
×
  • Create New...