kombai / freewall

Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet...
MIT License
1.85k stars 375 forks source link

How to delay start of entire animation? #126

Closed gloriag closed 9 years ago

gloriag commented 10 years ago

Is there a way to do that?

thank you! Andrea

kombai commented 10 years ago

Hi, you add the delay time in the setting:

wall.set({
  delay: 100,
});