Easing transitions

  • The Velvet Underground & Nico
    The Velvet Underground
  • White Light / White Heat
    The Velvet Underground
  • The Velvet Underground
    The Velvet Underground
  • Loaded
    The Velvet Underground
The file must include jquery.easing.1.3.js before the jquery.bxSlider.min.js call:
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/jquery.bxSlider.min.js" type="text/javascript"></script>
jQuery: 
$(function(){
  $('#slider1').bxSlider({
    easing: 'easeOutBounce'
  });
});