Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Moving boxes

  • This topic is empty.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #39842
    nuodas159
    Participant

    I need this
    https://css-tricks.com/moving-boxes/
    Moving boxes to do auto moving in 5sec or 4sec.

    #110032
    Paulie_D
    Member

    Why precisely?

    I realise we may have a language barrier but your previous post have not been a model of clarity either.

    #110033
    nuodas159
    Participant

    I updated the post ;D

    #110045
    Paulie_D
    Member

    The files are available for you to download and play with.

    Why don’t you do that and see what you can come up with.

    #110049
    nuodas159
    Participant

    There not moving photo with the text automatic.

    #110053
    Paulie_D
    Member

    So you want somebody else to do all the work for you?

    Try adapting another slider or edit the js to slide automatically.

    #110083
    nuodas159
    Participant

    I don’t know how to use the javascript. :/

    #110137
    Taufik Nurrohman
    Participant

    Using JQuery .trigger() as an automatic navigation clicker. Very simple:

    function autoClick() {
    var $links = $('.mb-links');
    if ($links.find('.current').next().length) {
    $links.find('.current').next().trigger("click");
    } else {
    $links.find('.mb-link:first').trigger("click");
    }
    }
    setInterval(autoClick, 3000);

    http://jsfiddle.net/tovic/yJ6Mg/16/

    #110152
    chrisburton
    Participant

    @Hompimpa There seems to be an issue with this. When you click on the circle pagination, the very next image slides in shortly after. It doesn’t pause at the normal rate.

    #110148
    Taufik Nurrohman
    Participant

    Chris! Update your Movingbox plugin pleaseeeee…

    #110190
    nuodas159
    Participant

    @Hompimpa There seems to be an issue with this. When you click on the circle pagination, the very next image slides in shortly after. It doesn’t pause at the normal rate.

    @ChristopherBurton so how to fix this?

    #110219
    Mottie
    Member

    If you need a slideshow, check out [this demo](http://jsfiddle.net/Mottie/jMXx3/94/).

    I’ve been thinking about just adding a slideshow feature into the plugin. It seems like a bunch of people are asking for it now.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘Other’ is closed to new topics and replies.