Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom auto-flick-delay #40

Open
tiagosantana opened this issue Nov 5, 2014 · 1 comment
Open

Custom auto-flick-delay #40

tiagosantana opened this issue Nov 5, 2014 · 1 comment
Labels

Comments

@tiagosantana
Copy link

Hey,

I tried to do a slideshow where some slides last longer than others but without success.

I've tried something like this:

<div class="flicker-example">
    <ul>
        <li data-background="img/flicker-1.jpg">
            <div class="flick-title">Flickerplate Is Working</div>
            <div class="flick-sub-text">Heaven forbid this package you downloaded is broken. That wouldn't be embarrassing at all.</div>
        </li>
        <li data-auto-flick-delay="60" data-background="img/flicker-2.jpg">
            <div class="flick-title">Teste</div>
            <div class="flick-sub-text">Take a look at the extensive documentation to see how you can change the settings in multiple ways.</div>
        </li>
        <li data-background="img/flicker-3.jpg">
            <div class="flick-title">Touch Enabled Through the Hammer.js Library</div>
            <div class="flick-sub-text"><a href="http://hammerjs.github.io/">Hammer.js</a> is a great touch library that has been included as part of the Flickerplate package.</div>
        </li>
    </ul>
</div>

The "data-auto-flick-delay" tag seems to work only on the main div ("flicker-example").
Is this possible to achieve?

Thanks.

@chrishumboldt
Copy link
Owner

Yes it should be. Must be a bug. I will log it and work on it soonest. Thanks for bringing it to my attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants