README.txt 1.5 KB

123456789101112131415161718192021222324252627282930
  1. jQuery FlexSlider v1.4
  2. http://flex.madebymufffin.com
  3. A responsive jQuery slider plugin. The plugin is absolutely free to use in private and commerical projects. The plugin includes fade and slide animations, customizable options, and all the navigation options you would expect, including touch gestures. It uses simple, semantic markup to create the slider and is lightweight, weighing only 5 Kb (minified). The plugin has been tested in Safari 4+, Chrome 4+, Firefox 3.6+, Opera 10+, and IE7+. iOS and Android devices are supported as well.
  4. Copyright (c) 2011 Tyler Smith.
  5. Released on http://flex.madebymufffin.com and Smashing Magazine.
  6. ---
  7. Changelog:
  8. v1.4 (2011-08-23)
  9. - Added "manualControls" property to allow for custom, non-dynamic control navigation
  10. - Added "show" animation to allow for instant transitions between slides
  11. v1.3 (2011-08-18)
  12. - Made slide animation a continuous scroll effect, rather than jumping back to start/end
  13. - Cleaned up code and created better test cases for different slider scenarios. The slider is a lot more bulletproof as of this update.
  14. --
  15. v1.2 (2011-08-16)
  16. - Fixed some code redundancies
  17. - Added "randomize" property to randomize slide oder on pageLoad
  18. - Added "touchSwipe" property for swipe gestures on iOS and Android devices (no Android device to test this, but it should work)
  19. - Fixed minor bugs in jQuery 1.3.2 where navigation was not appending correctly
  20. --
  21. v1.0 2011-08-14 (Release)
  22. - Free to use under the MIT license