Shuffle around structure of matrix-doc and add a README.

This commit is contained in:
Kegan Dougal 2015-02-20 10:43:06 +00:00
parent d552a043f8
commit c4056bec1b
43 changed files with 0 additions and 0 deletions

1
api/files/jquery.slideto.min.js vendored Normal file
View file

@ -0,0 +1 @@
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);