Forums

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

Home Forums JavaScript jQuery plugin – autorun?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #28512
    kelpie
    Member

    Hi,

    I love this plug-in and would really like to use it, but I was wondering if anyone out there knows how to get it to run automatically i.e. from one image into the next without the need for forward and back buttons?

    Here’s the link:

    http://www.graphicalchemy.co.uk/test/jft/

    and here is the script:

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script&gt;

    <script type="text/javascript" src="js/jquery.jfancytile.js"></script>
    <script type="text/javascript" src="js/jquery.easing.1.3.js"></script>

    <script type="text/javascript">
    $(document).ready(function()
    {
    // Default
    $("#fancytile").jfancytile();

    // With options
    $("#fancytile").jfancytile({
    inEasing: "easeOutBounce", // from jQuery Easing Plugin
    outEasing: "easeInCirc", // from jQuery Easing Plugin
    inSpeed: 2000,
    outSpeed: 3500,
    rowCount: 5,
    columnCount: 10,
    maxTileShift: 5
    });
    });
    </script>

    Many thanks for any help you can offer.

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