Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Problems with a code

Featured Replies

Hi folks

 

I am having a massive problem with this javascript coding and wondered if anyone can help? The slideshow works fine for the first 14 images but after that they do this fast scroll thing (like the photos slideshow here:http://www.jennyandgrayden.com)

 

I have a feeling it might be something to do with the easing section in the first paragraph, but I am not sure. Can any of you help please?

 

Thanks!

 

 

$('#section-3 .slideshow').jcarousel({

scroll: 1,

animation: 500,

easing: 'easeInOutSine',

wrap: 'last',

initCallback: photos_initCallback,

itemVisibleInCallback: photos_activeSlide,

});

 

function photos_initCallback(carousel) {

$('#section-3 .slideshow-control li').bind('click', function() {

$('#section-3 .slideshow-control li').removeClass('active');

$(this).addClass('active');

carousel.scroll($.jcarousel.intval($(this).text()));

 

return false;

});

};

 

function photos_activeSlide(carousel, object, intval, state) {

intval--;

$('#section-3 .slideshow-control li').removeClass('active');

$('#section-3 .slideshow-control li:eq('+intval+')').addClass('active');

 

}

 

$('#section-3 .slideshow-control').width( ($('#section-3 .slideshow-control li').length * 30) + 'px');

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.