Updated / Added JS and CSS files needed for new design. Updated README.md to include qTip and jqPlot license exceptions

This commit is contained in:
laf
2014-01-13 07:59:31 +00:00
parent 776e4a0d6a
commit e3f23a1009
27 changed files with 9930 additions and 3157 deletions

View File

@ -0,0 +1,2 @@
/*! Plugin for Cycle2; Copyright (c) 2012 M. Alsup; ver: 20121120 */
(function(a){"use strict",a.fn.cycle.transitions.scrollVert={before:function(a,b,c,d){a.API.stackSlides(a,b,c,d);var e=a.container.css("overflow","hidden").height();a.cssBefore={top:d?-e:e,left:0,opacity:1,display:"block"},a.animIn={top:0},a.animOut={top:d?e:-e}}}})(jQuery);