Forums

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

Home Forums JavaScript Anythingslider and Thanks.

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31856
    pkgadmin
    Member

    Just wanted to say a big thanks to Chris and his excellent anythingslider. We’ve just released our new website parkourgenerations.com and used the anythingslider with some custom modifications to be integrated into Drupal 6.20.
    The slides are created as Drupal Nodes which are then formatted and output using Themed Views. There are custom panels that can be floated over the top and allow our users to specify content, colour, position and opacity. All of the slides have a ‘hover’ state that displays a box at the top with a header title and article/web link.

    Thanks again for the fantastic solution with a very lightweight piece of javascript!

    #56990

    Hi,
    I had given the simple slider jquery , it’ll really help you.

    $(document).ready(function() {
    var currentPosition = 0;
    var moveWidth = 120;

    $(‘ul’).delegate(“li”, “mouseover”, function() {
    currentPosition = ($(this).index());
    $(‘#arrow’).animate({‘left’ : moveWidth*(currentPosition)}, 200);
    });
    });

    #56923
    TheDoc
    Member

    @vijaywebmaker – he wasn’t asking for help, he was saying ‘thanks’


    @pkgadmin
    – glad you got some solid use out of it! The mods look great.

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