IanLunn / Sequence

The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications.
http://sequencejs.com
Other
3.37k stars 488 forks source link

Lazy Loading Images #256

Open prashantsani opened 9 years ago

prashantsani commented 9 years ago

Hello. I m using this slider for a website that has nearly 30 slides.

Can we have lazy-loading built in inside slider? I m also using hash in options,

      `hashTags:true,
      hashDataAttribute:true,
      hashChangesOnFirstFrame:true,`

So, when the user goes somepage.html#slide20 , the slider will show pre-loader and load images inside slide20.

IanLunn commented 9 years ago

Yes, will think about lazy loading in the future for v2. You can probably put something together using the API and preloadTheseFrames option.