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

Probleme with animated delay and first slide (animation : 'slide') #340

Open
roro6969 opened this issue Sep 25, 2015 · 0 comments
Open

Probleme with animated delay and first slide (animation : 'slide') #340

roro6969 opened this issue Sep 25, 2015 · 0 comments

Comments

@roro6969
Copy link

Hello,

If someone can help me,
When i set a animation_speed the first slide (image) is not display before animation speed intervale.
ex : if i set animation_speed : 4000 , the first image is showing after 4000.
So anyone can help me to show imediatly the first slide and after set the animation_speed ?

Please...

$(function() {
  $('#slides').superslides({
    hashchange: false,
    play: 3000,
    animation_speed: 3000,
    nav: false

  });

  $('#slides').on('mouseenter', function() {
    $(this).superslides('stop');
    console.log('Stopped')
  });
  $('#slides').on('mouseleave', function() {
    $(this).superslides('start');
    console.log('Started')
  });
});
@roro6969 roro6969 changed the title Probleme with animated delay and first slide Probleme with animated delay and first slide (animation : 'slide') Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant