Before you ask please READ THIS

Decrease/Increase Slider Transition delay

edited October 2011 in Airborn Posts: 16
How do you Decrease/Increase Slider Transition delay

Comments

  • AirAir
    edited October 2011 Posts: 10,970
    If you mean piecemaker it is rather dangerous place to change it, but for now it is only available there, and this file will be changed in today update:

    airborn/advance/shortcodes/sliders.php line ~91 - 96
    <Transitions>
    <Transition Pieces="9" Time="1.2" Transition="easeInOutBack" Delay="0.1" DepthOffset="300" CubeDistance="30"></Transition>
    <Transition Pieces="15" Time="3" Transition="easeInOutElastic" Delay="0.03" DepthOffset="200" CubeDistance="10"></Transition>
    <Transition Pieces="5" Time="1.3" Transition="easeInOutCubic" Delay="0.1" DepthOffset="500" CubeDistance="50"></Transition>
    <Transition Pieces="9" Time="1.25" Transition="easeInOutBack" Delay="0.1" DepthOffset="900" CubeDistance="5"></Transition>
    </Transitions>

    For nivo slider options are set in:
    airborn/common/js/jquery.nivo.slider.settings.js

    But be careful there :-)
    Post edited by Air on
  • The delay is the time between each slide?
  • AirAir
    Posts: 10,970
    http://www.modularweb.net/content/en/piecemaker/documentation.pdf here is documentation, but if you wish to change delay between slides search for
    Autoplay="10"
    in file airborn/advance/shortcodes/sliders.php line 90 in new update.
    10 is number of seconds.
    You will have to change it again after update of theme(in future will move it to theme options).
    Hope that helps.
  • Works like a charm, thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!