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

Link Issues #277

Open jarth3000 opened 8 years ago

jarth3000 commented 8 years ago

Excellent plugin you've built here. Just fantastic.

I'm only having one issue, really. Inside my li tags, I've got an element that has a link attributed to it.

So:

<li>
<a href>
</a>
</li>

Something like that. My issue is that the correct link doesn't show up when the plugin initializes. The link that you'd click would be a link from a subsequent li element. The funny thing is, once you cycle through the entire sequence, the links are fine. It's just on first initialization that the links seem to be jumbled up.

Any ideas?