jekyll-theme-chalk 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (405) hide show
  1. checksums.yaml +7 -0
  2. data/404.html +39 -0
  3. data/LICENSE +21 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +91 -0
  6. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.eot +0 -0
  7. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.ttf +0 -0
  8. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.woff +0 -0
  9. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.woff2 +0 -0
  10. data/_assets/fonts/ionicons/ionicons.eot +0 -0
  11. data/_assets/fonts/ionicons/ionicons.ttf +0 -0
  12. data/_assets/fonts/ionicons/ionicons.woff +0 -0
  13. data/_assets/fonts/lato/Lato-300.eot +0 -0
  14. data/_assets/fonts/lato/Lato-300.ttf +0 -0
  15. data/_assets/fonts/lato/Lato-300.woff +0 -0
  16. data/_assets/fonts/lato/Lato-300.woff2 +0 -0
  17. data/_assets/fonts/lato/Lato-700.eot +0 -0
  18. data/_assets/fonts/lato/Lato-700.ttf +0 -0
  19. data/_assets/fonts/lato/Lato-700.woff +0 -0
  20. data/_assets/fonts/lato/Lato-700.woff2 +0 -0
  21. data/_assets/fonts/lato/Lato-regular.eot +0 -0
  22. data/_assets/fonts/lato/Lato-regular.ttf +0 -0
  23. data/_assets/fonts/lato/Lato-regular.woff +0 -0
  24. data/_assets/fonts/lato/Lato-regular.woff2 +0 -0
  25. data/_assets/images/about.jpg +0 -0
  26. data/_assets/images/about@2x.jpg +0 -0
  27. data/_assets/images/apple-touch-icon.png +0 -0
  28. data/_assets/images/documentation/chalk-intro.png +0 -0
  29. data/_assets/images/documentation/chalk-intro@2x.png +0 -0
  30. data/_assets/images/documentation/enlarge.gif +0 -0
  31. data/_assets/images/documentation/enlarge@2x.gif +0 -0
  32. data/_assets/images/documentation/sample-image.jpg +0 -0
  33. data/_assets/images/documentation/sample-image@2x.jpg +0 -0
  34. data/_assets/images/og-image.jpg +0 -0
  35. data/_assets/javascripts/application.js +17 -0
  36. data/_assets/javascripts/scrollappear.js +25 -0
  37. data/_assets/javascripts/vendor.js +4 -0
  38. data/_assets/javascripts/webfonts.js +7 -0
  39. data/_assets/stylesheets/.csscomb.json +196 -0
  40. data/_assets/stylesheets/.scss-lint.yml +33 -0
  41. data/_assets/stylesheets/_base.scss +151 -0
  42. data/_assets/stylesheets/_mixins.scss +28 -0
  43. data/_assets/stylesheets/_variables.scss +47 -0
  44. data/_assets/stylesheets/dark.scss +71 -0
  45. data/_assets/stylesheets/fonts.scss +63 -0
  46. data/_assets/stylesheets/layouts/_footer.scss +17 -0
  47. data/_assets/stylesheets/layouts/_grid.scss +102 -0
  48. data/_assets/stylesheets/light.scss +71 -0
  49. data/_assets/stylesheets/modules/_about.scss +10 -0
  50. data/_assets/stylesheets/modules/_articles.scss +213 -0
  51. data/_assets/stylesheets/modules/_embed.scss +31 -0
  52. data/_assets/stylesheets/modules/_header.scss +57 -0
  53. data/_assets/stylesheets/modules/_highlights-dark.scss +415 -0
  54. data/_assets/stylesheets/modules/_highlights-light.scss +409 -0
  55. data/_assets/stylesheets/modules/_icons.scss +83 -0
  56. data/_assets/stylesheets/modules/_scrollappear.scss +14 -0
  57. data/_assets/stylesheets/notfound-dark.scss +91 -0
  58. data/_assets/stylesheets/notfound-light.scss +91 -0
  59. data/_assets/stylesheets/vendor/_normalize.scss +461 -0
  60. data/_assets/yarn/.yarn-integrity +22 -0
  61. data/_assets/yarn/fluidbox/.gitattributes +22 -0
  62. data/_assets/yarn/fluidbox/.npmignore +220 -0
  63. data/_assets/yarn/fluidbox/.travis.yml +6 -0
  64. data/_assets/yarn/fluidbox/Gruntfile.js +8 -0
  65. data/_assets/yarn/fluidbox/LICENSE.md +23 -0
  66. data/_assets/yarn/fluidbox/README.html +750 -0
  67. data/_assets/yarn/fluidbox/README.md +396 -0
  68. data/_assets/yarn/fluidbox/bower.json +35 -0
  69. data/_assets/yarn/fluidbox/demo/css/styles.min.css +2 -0
  70. data/_assets/yarn/fluidbox/demo/css/styles.min.css.map +1 -0
  71. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.eot +0 -0
  72. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.svg +233 -0
  73. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.ttf +0 -0
  74. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.woff +0 -0
  75. data/_assets/yarn/fluidbox/demo/fonts/fontello.eot +0 -0
  76. data/_assets/yarn/fluidbox/demo/fonts/fontello.svg +13 -0
  77. data/_assets/yarn/fluidbox/demo/fonts/fontello.ttf +0 -0
  78. data/_assets/yarn/fluidbox/demo/fonts/fontello.woff +0 -0
  79. data/_assets/yarn/fluidbox/demo/index.html +758 -0
  80. data/_assets/yarn/fluidbox/demo/src/css/styles.scss +1131 -0
  81. data/_assets/yarn/fluidbox/dist/css/fluidbox.min.css +2 -0
  82. data/_assets/yarn/fluidbox/dist/css/fluidbox.min.css.map +1 -0
  83. data/_assets/yarn/fluidbox/dist/js/jquery.fluidbox.min.js +1 -0
  84. data/_assets/yarn/fluidbox/grunt/aliases.yaml +20 -0
  85. data/_assets/yarn/fluidbox/grunt/clean.js +5 -0
  86. data/_assets/yarn/fluidbox/grunt/concurrent.js +33 -0
  87. data/_assets/yarn/fluidbox/grunt/jshint.js +10 -0
  88. data/_assets/yarn/fluidbox/grunt/postcss.js +47 -0
  89. data/_assets/yarn/fluidbox/grunt/sass.js +42 -0
  90. data/_assets/yarn/fluidbox/grunt/uglify.js +7 -0
  91. data/_assets/yarn/fluidbox/grunt/watch.js +28 -0
  92. data/_assets/yarn/fluidbox/index.html +8 -0
  93. data/_assets/yarn/fluidbox/license.txt +21 -0
  94. data/_assets/yarn/fluidbox/package.json +61 -0
  95. data/_assets/yarn/fluidbox/src/css/_fluidbox.scss +95 -0
  96. data/_assets/yarn/fluidbox/src/css/fluidbox.scss +2 -0
  97. data/_assets/yarn/fluidbox/src/js/jquery.fluidbox.js +722 -0
  98. data/_assets/yarn/jquery/AUTHORS.txt +301 -0
  99. data/_assets/yarn/jquery/LICENSE.txt +36 -0
  100. data/_assets/yarn/jquery/README.md +67 -0
  101. data/_assets/yarn/jquery/bower.json +14 -0
  102. data/_assets/yarn/jquery/dist/core.js +476 -0
  103. data/_assets/yarn/jquery/dist/jquery.js +10253 -0
  104. data/_assets/yarn/jquery/dist/jquery.min.js +4 -0
  105. data/_assets/yarn/jquery/dist/jquery.min.map +1 -0
  106. data/_assets/yarn/jquery/dist/jquery.slim.js +8160 -0
  107. data/_assets/yarn/jquery/dist/jquery.slim.min.js +4 -0
  108. data/_assets/yarn/jquery/dist/jquery.slim.min.map +1 -0
  109. data/_assets/yarn/jquery/external/sizzle/LICENSE.txt +36 -0
  110. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.js +2272 -0
  111. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  112. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  113. data/_assets/yarn/jquery/package.json +97 -0
  114. data/_assets/yarn/jquery/src/.eslintrc.json +5 -0
  115. data/_assets/yarn/jquery/src/ajax.js +855 -0
  116. data/_assets/yarn/jquery/src/ajax/jsonp.js +102 -0
  117. data/_assets/yarn/jquery/src/ajax/load.js +76 -0
  118. data/_assets/yarn/jquery/src/ajax/parseXML.js +30 -0
  119. data/_assets/yarn/jquery/src/ajax/script.js +77 -0
  120. data/_assets/yarn/jquery/src/ajax/var/location.js +5 -0
  121. data/_assets/yarn/jquery/src/ajax/var/nonce.js +7 -0
  122. data/_assets/yarn/jquery/src/ajax/var/rquery.js +5 -0
  123. data/_assets/yarn/jquery/src/ajax/xhr.js +169 -0
  124. data/_assets/yarn/jquery/src/attributes.js +13 -0
  125. data/_assets/yarn/jquery/src/attributes/attr.js +141 -0
  126. data/_assets/yarn/jquery/src/attributes/classes.js +174 -0
  127. data/_assets/yarn/jquery/src/attributes/prop.js +143 -0
  128. data/_assets/yarn/jquery/src/attributes/support.js +33 -0
  129. data/_assets/yarn/jquery/src/attributes/val.js +190 -0
  130. data/_assets/yarn/jquery/src/callbacks.js +234 -0
  131. data/_assets/yarn/jquery/src/core.js +476 -0
  132. data/_assets/yarn/jquery/src/core/DOMEval.js +16 -0
  133. data/_assets/yarn/jquery/src/core/access.js +70 -0
  134. data/_assets/yarn/jquery/src/core/init.js +128 -0
  135. data/_assets/yarn/jquery/src/core/nodeName.js +13 -0
  136. data/_assets/yarn/jquery/src/core/parseHTML.js +65 -0
  137. data/_assets/yarn/jquery/src/core/ready-no-deferred.js +96 -0
  138. data/_assets/yarn/jquery/src/core/ready.js +86 -0
  139. data/_assets/yarn/jquery/src/core/readyException.js +13 -0
  140. data/_assets/yarn/jquery/src/core/stripAndCollapse.js +14 -0
  141. data/_assets/yarn/jquery/src/core/support.js +20 -0
  142. data/_assets/yarn/jquery/src/core/var/rsingleTag.js +6 -0
  143. data/_assets/yarn/jquery/src/css.js +438 -0
  144. data/_assets/yarn/jquery/src/css/addGetHookIf.js +26 -0
  145. data/_assets/yarn/jquery/src/css/adjustCSS.js +71 -0
  146. data/_assets/yarn/jquery/src/css/curCSS.js +65 -0
  147. data/_assets/yarn/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  148. data/_assets/yarn/jquery/src/css/showHide.js +105 -0
  149. data/_assets/yarn/jquery/src/css/support.js +89 -0
  150. data/_assets/yarn/jquery/src/css/var/cssExpand.js +5 -0
  151. data/_assets/yarn/jquery/src/css/var/getStyles.js +17 -0
  152. data/_assets/yarn/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  153. data/_assets/yarn/jquery/src/css/var/rmargin.js +5 -0
  154. data/_assets/yarn/jquery/src/css/var/rnumnonpx.js +7 -0
  155. data/_assets/yarn/jquery/src/css/var/swap.js +26 -0
  156. data/_assets/yarn/jquery/src/data.js +179 -0
  157. data/_assets/yarn/jquery/src/data/Data.js +161 -0
  158. data/_assets/yarn/jquery/src/data/var/acceptData.js +19 -0
  159. data/_assets/yarn/jquery/src/data/var/dataPriv.js +7 -0
  160. data/_assets/yarn/jquery/src/data/var/dataUser.js +7 -0
  161. data/_assets/yarn/jquery/src/deferred.js +391 -0
  162. data/_assets/yarn/jquery/src/deferred/exceptionHook.js +21 -0
  163. data/_assets/yarn/jquery/src/deprecated.js +40 -0
  164. data/_assets/yarn/jquery/src/dimensions.js +56 -0
  165. data/_assets/yarn/jquery/src/effects.js +699 -0
  166. data/_assets/yarn/jquery/src/effects/Tween.js +123 -0
  167. data/_assets/yarn/jquery/src/effects/animatedSelector.js +15 -0
  168. data/_assets/yarn/jquery/src/event.js +746 -0
  169. data/_assets/yarn/jquery/src/event/ajax.js +22 -0
  170. data/_assets/yarn/jquery/src/event/alias.js +29 -0
  171. data/_assets/yarn/jquery/src/event/focusin.js +55 -0
  172. data/_assets/yarn/jquery/src/event/support.js +11 -0
  173. data/_assets/yarn/jquery/src/event/trigger.js +185 -0
  174. data/_assets/yarn/jquery/src/exports/amd.js +26 -0
  175. data/_assets/yarn/jquery/src/exports/global.js +34 -0
  176. data/_assets/yarn/jquery/src/jquery.js +41 -0
  177. data/_assets/yarn/jquery/src/manipulation.js +488 -0
  178. data/_assets/yarn/jquery/src/manipulation/_evalUrl.js +23 -0
  179. data/_assets/yarn/jquery/src/manipulation/buildFragment.js +104 -0
  180. data/_assets/yarn/jquery/src/manipulation/getAll.js +32 -0
  181. data/_assets/yarn/jquery/src/manipulation/setGlobalEval.js +22 -0
  182. data/_assets/yarn/jquery/src/manipulation/support.js +35 -0
  183. data/_assets/yarn/jquery/src/manipulation/var/rcheckableType.js +5 -0
  184. data/_assets/yarn/jquery/src/manipulation/var/rscriptType.js +5 -0
  185. data/_assets/yarn/jquery/src/manipulation/var/rtagName.js +5 -0
  186. data/_assets/yarn/jquery/src/manipulation/wrapMap.js +29 -0
  187. data/_assets/yarn/jquery/src/offset.js +229 -0
  188. data/_assets/yarn/jquery/src/queue.js +145 -0
  189. data/_assets/yarn/jquery/src/queue/delay.js +24 -0
  190. data/_assets/yarn/jquery/src/selector-native.js +237 -0
  191. data/_assets/yarn/jquery/src/selector-sizzle.js +19 -0
  192. data/_assets/yarn/jquery/src/selector.js +3 -0
  193. data/_assets/yarn/jquery/src/serialize.js +130 -0
  194. data/_assets/yarn/jquery/src/traversing.js +191 -0
  195. data/_assets/yarn/jquery/src/traversing/findFilter.js +106 -0
  196. data/_assets/yarn/jquery/src/traversing/var/dir.js +22 -0
  197. data/_assets/yarn/jquery/src/traversing/var/rneedsContext.js +8 -0
  198. data/_assets/yarn/jquery/src/traversing/var/siblings.js +17 -0
  199. data/_assets/yarn/jquery/src/var/ObjectFunctionString.js +7 -0
  200. data/_assets/yarn/jquery/src/var/arr.js +5 -0
  201. data/_assets/yarn/jquery/src/var/class2type.js +6 -0
  202. data/_assets/yarn/jquery/src/var/concat.js +7 -0
  203. data/_assets/yarn/jquery/src/var/document.js +5 -0
  204. data/_assets/yarn/jquery/src/var/documentElement.js +7 -0
  205. data/_assets/yarn/jquery/src/var/fnToString.js +7 -0
  206. data/_assets/yarn/jquery/src/var/getProto.js +5 -0
  207. data/_assets/yarn/jquery/src/var/hasOwn.js +7 -0
  208. data/_assets/yarn/jquery/src/var/indexOf.js +7 -0
  209. data/_assets/yarn/jquery/src/var/pnum.js +5 -0
  210. data/_assets/yarn/jquery/src/var/push.js +7 -0
  211. data/_assets/yarn/jquery/src/var/rcssNum.js +9 -0
  212. data/_assets/yarn/jquery/src/var/rnothtmlwhite.js +8 -0
  213. data/_assets/yarn/jquery/src/var/slice.js +7 -0
  214. data/_assets/yarn/jquery/src/var/support.js +6 -0
  215. data/_assets/yarn/jquery/src/var/toString.js +7 -0
  216. data/_assets/yarn/jquery/src/wrap.js +77 -0
  217. data/_assets/yarn/retinajs/.babelrc +4 -0
  218. data/_assets/yarn/retinajs/.editorconfig +15 -0
  219. data/_assets/yarn/retinajs/.eslintignore +2 -0
  220. data/_assets/yarn/retinajs/.eslintrc +9 -0
  221. data/_assets/yarn/retinajs/.npmignore +7 -0
  222. data/_assets/yarn/retinajs/.travis.yml +20 -0
  223. data/_assets/yarn/retinajs/LICENSE +20 -0
  224. data/_assets/yarn/retinajs/README.md +267 -0
  225. data/_assets/yarn/retinajs/bower.json +25 -0
  226. data/_assets/yarn/retinajs/dist/_retina.sass +68 -0
  227. data/_assets/yarn/retinajs/dist/_retina.scss +102 -0
  228. data/_assets/yarn/retinajs/dist/retina.js +100 -0
  229. data/_assets/yarn/retinajs/dist/retina.js.map +1 -0
  230. data/_assets/yarn/retinajs/dist/retina.less +56 -0
  231. data/_assets/yarn/retinajs/dist/retina.min.js +2 -0
  232. data/_assets/yarn/retinajs/dist/retina.min.js.map +1 -0
  233. data/_assets/yarn/retinajs/dist/retina.styl +56 -0
  234. data/_assets/yarn/retinajs/es/_retina.sass +68 -0
  235. data/_assets/yarn/retinajs/es/_retina.scss +102 -0
  236. data/_assets/yarn/retinajs/es/retina.js +91 -0
  237. data/_assets/yarn/retinajs/es/retina.js.map +1 -0
  238. data/_assets/yarn/retinajs/es/retina.less +56 -0
  239. data/_assets/yarn/retinajs/es/retina.styl +56 -0
  240. data/_assets/yarn/retinajs/gulpfile.babel.js +154 -0
  241. data/_assets/yarn/retinajs/package.json +57 -0
  242. data/_assets/yarn/retinajs/src/_retina.sass +68 -0
  243. data/_assets/yarn/retinajs/src/_retina.scss +102 -0
  244. data/_assets/yarn/retinajs/src/retina.js +246 -0
  245. data/_assets/yarn/retinajs/src/retina.less +56 -0
  246. data/_assets/yarn/retinajs/src/retina.styl +56 -0
  247. data/_assets/yarn/retinajs/test/DOM.js +44 -0
  248. data/_assets/yarn/retinajs/test/fixtures/image.js +19 -0
  249. data/_assets/yarn/retinajs/test/fixtures/less_expected_output.css +18 -0
  250. data/_assets/yarn/retinajs/test/fixtures/scss_expected_output.css +13 -0
  251. data/_assets/yarn/retinajs/test/fixtures/test.less +10 -0
  252. data/_assets/yarn/retinajs/test/fixtures/test.scss +11 -0
  253. data/_assets/yarn/retinajs/test/fixtures/xml_http_request.js +24 -0
  254. data/_assets/yarn/retinajs/test/functional/public/google-logo.png +0 -0
  255. data/_assets/yarn/retinajs/test/functional/public/google-logo@2x.png +0 -0
  256. data/_assets/yarn/retinajs/test/functional/public/google-logo@3x.png +0 -0
  257. data/_assets/yarn/retinajs/test/functional/public/index.html +190 -0
  258. data/_assets/yarn/retinajs/test/functional/public/ipad.png +0 -0
  259. data/_assets/yarn/retinajs/test/functional/public/ipad@2x.png +0 -0
  260. data/_assets/yarn/retinajs/test/functional/public/ipad@3x.png +0 -0
  261. data/_assets/yarn/retinajs/test/functional/public/styles/_retina.sass +68 -0
  262. data/_assets/yarn/retinajs/test/functional/public/styles/_retina.scss +102 -0
  263. data/_assets/yarn/retinajs/test/functional/public/styles/less-base.less +13 -0
  264. data/_assets/yarn/retinajs/test/functional/public/styles/retina.less +56 -0
  265. data/_assets/yarn/retinajs/test/functional/public/styles/retina.less.css +73 -0
  266. data/_assets/yarn/retinajs/test/functional/public/styles/retina.sass.css +42 -0
  267. data/_assets/yarn/retinajs/test/functional/public/styles/retina.scss.css +96 -0
  268. data/_assets/yarn/retinajs/test/functional/public/styles/retina.styl +56 -0
  269. data/_assets/yarn/retinajs/test/functional/public/styles/retina.styl.css +61 -0
  270. data/_assets/yarn/retinajs/test/functional/public/styles/sass-base.sass +10 -0
  271. data/_assets/yarn/retinajs/test/functional/public/styles/scss-base.scss +13 -0
  272. data/_assets/yarn/retinajs/test/functional/public/styles/styl-base.styl +10 -0
  273. data/_assets/yarn/retinajs/test/mocha-runner.js +7 -0
  274. data/_assets/yarn/retinajs/test/retina.spec.js +14 -0
  275. data/_assets/yarn/scrollreveal/.gitattributes +10 -0
  276. data/_assets/yarn/scrollreveal/.github/CONTRIBUTING.md +9 -0
  277. data/_assets/yarn/scrollreveal/.github/ISSUE_TEMPLATE.md +11 -0
  278. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/base.css +213 -0
  279. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/index.html +158 -0
  280. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/index.html +93 -0
  281. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/package.json.html +143 -0
  282. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/constructor.js.html +311 -0
  283. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/defaults.js.html +158 -0
  284. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/animate.js.html +395 -0
  285. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/delegate.js.html +179 -0
  286. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/index.html +145 -0
  287. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/initialize.js.html +197 -0
  288. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/rinse.js.html +311 -0
  289. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/style.js.html +617 -0
  290. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/index.html +119 -0
  291. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/clean.js.html +137 -0
  292. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/destroy.js.html +182 -0
  293. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/index.html +132 -0
  294. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/reveal.js.html +524 -0
  295. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/sync.js.html +125 -0
  296. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/noop.js.html +89 -0
  297. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/polyfills/index.html +93 -0
  298. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/polyfills/requestAnimationFrame.js.html +125 -0
  299. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/browser.js.html +272 -0
  300. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/core.js.html +434 -0
  301. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/generic.js.html +218 -0
  302. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/index.html +119 -0
  303. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/prettify.css +1 -0
  304. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/prettify.js +1 -0
  305. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/sort-arrow-sprite.png +0 -0
  306. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/sorter.js +158 -0
  307. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov.info +1016 -0
  308. data/_assets/yarn/scrollreveal/.ignore/coverage/server.coverage.js +11 -0
  309. data/_assets/yarn/scrollreveal/.ignore/sandbox/css/styles.css +32 -0
  310. data/_assets/yarn/scrollreveal/.ignore/sandbox/index.html +68 -0
  311. data/_assets/yarn/scrollreveal/.ignore/sandbox/js/scrollreveal.js +1271 -0
  312. data/_assets/yarn/scrollreveal/.ignore/sandbox/rollup.conf.sandbox.js +15 -0
  313. data/_assets/yarn/scrollreveal/.ignore/sandbox/server.sandbox.js +11 -0
  314. data/_assets/yarn/scrollreveal/.npmignore +8 -0
  315. data/_assets/yarn/scrollreveal/CHANGELOG.md +268 -0
  316. data/_assets/yarn/scrollreveal/LICENSE.md +12 -0
  317. data/_assets/yarn/scrollreveal/README.md +413 -0
  318. data/_assets/yarn/scrollreveal/bower.json +24 -0
  319. data/_assets/yarn/scrollreveal/dist/scrollreveal.js +860 -0
  320. data/_assets/yarn/scrollreveal/dist/scrollreveal.min.js +1 -0
  321. data/_assets/yarn/scrollreveal/gulpfile.js +33 -0
  322. data/_assets/yarn/scrollreveal/lib/gulp/gulp-clean.js +7 -0
  323. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dev.js +6 -0
  324. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dist-min.js +19 -0
  325. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dist.js +6 -0
  326. data/_assets/yarn/scrollreveal/lib/gulp/gulp-server.js +9 -0
  327. data/_assets/yarn/scrollreveal/lib/gulp/gulp-validate-bower.js +13 -0
  328. data/_assets/yarn/scrollreveal/lib/gulp/gulp-watch.js +6 -0
  329. data/_assets/yarn/scrollreveal/src/scrollreveal.js +860 -0
  330. data/_assets/yarn/throttle-debounce-fn/.jscsrc +5 -0
  331. data/_assets/yarn/throttle-debounce-fn/.jshintrc +13 -0
  332. data/_assets/yarn/throttle-debounce-fn/.npmignore +1 -0
  333. data/_assets/yarn/throttle-debounce-fn/Gruntfile.js +76 -0
  334. data/_assets/yarn/throttle-debounce-fn/LICENSE.md +22 -0
  335. data/_assets/yarn/throttle-debounce-fn/README.md +55 -0
  336. data/_assets/yarn/throttle-debounce-fn/dist/throttle-debounce-fn.js +164 -0
  337. data/_assets/yarn/throttle-debounce-fn/dist/throttle-debounce-fn.min.js +10 -0
  338. data/_assets/yarn/throttle-debounce-fn/package.json +36 -0
  339. data/_assets/yarn/throttle-debounce-fn/src/throttle-debounce-fn.js +156 -0
  340. data/_assets/yarn/turbolinks/LICENSE +20 -0
  341. data/_assets/yarn/turbolinks/README.md +473 -0
  342. data/_assets/yarn/turbolinks/dist/turbolinks.js +6 -0
  343. data/_assets/yarn/turbolinks/src/turbolinks/BANNER.js.erb +4 -0
  344. data/_assets/yarn/turbolinks/src/turbolinks/VERSION +1 -0
  345. data/_assets/yarn/turbolinks/src/turbolinks/browser_adapter.coffee +61 -0
  346. data/_assets/yarn/turbolinks/src/turbolinks/compatibility.coffee +30 -0
  347. data/_assets/yarn/turbolinks/src/turbolinks/controller.coffee +239 -0
  348. data/_assets/yarn/turbolinks/src/turbolinks/error_renderer.coffee +21 -0
  349. data/_assets/yarn/turbolinks/src/turbolinks/head_details.coffee +51 -0
  350. data/_assets/yarn/turbolinks/src/turbolinks/helpers.coffee +57 -0
  351. data/_assets/yarn/turbolinks/src/turbolinks/history.coffee +48 -0
  352. data/_assets/yarn/turbolinks/src/turbolinks/http_request.coffee +88 -0
  353. data/_assets/yarn/turbolinks/src/turbolinks/index.coffee +18 -0
  354. data/_assets/yarn/turbolinks/src/turbolinks/location.coffee +70 -0
  355. data/_assets/yarn/turbolinks/src/turbolinks/progress_bar.coffee +83 -0
  356. data/_assets/yarn/turbolinks/src/turbolinks/renderer.coffee +27 -0
  357. data/_assets/yarn/turbolinks/src/turbolinks/scroll_manager.coffee +28 -0
  358. data/_assets/yarn/turbolinks/src/turbolinks/snapshot.coffee +47 -0
  359. data/_assets/yarn/turbolinks/src/turbolinks/snapshot_cache.coffee +43 -0
  360. data/_assets/yarn/turbolinks/src/turbolinks/snapshot_renderer.coffee +88 -0
  361. data/_assets/yarn/turbolinks/src/turbolinks/start.coffee +18 -0
  362. data/_assets/yarn/turbolinks/src/turbolinks/view.coffee +34 -0
  363. data/_assets/yarn/turbolinks/src/turbolinks/visit.coffee +162 -0
  364. data/_assets/yarn/webfontloader/CHANGELOG +419 -0
  365. data/_assets/yarn/webfontloader/LICENSE +176 -0
  366. data/_assets/yarn/webfontloader/README.md +394 -0
  367. data/_assets/yarn/webfontloader/package.json +37 -0
  368. data/_assets/yarn/webfontloader/src/closure.js +2 -0
  369. data/_assets/yarn/webfontloader/src/core/cssclassname.js +46 -0
  370. data/_assets/yarn/webfontloader/src/core/domhelper.js +405 -0
  371. data/_assets/yarn/webfontloader/src/core/eventdispatcher.js +195 -0
  372. data/_assets/yarn/webfontloader/src/core/font.js +140 -0
  373. data/_assets/yarn/webfontloader/src/core/fontmodule.js +16 -0
  374. data/_assets/yarn/webfontloader/src/core/fontmoduleloader.js +47 -0
  375. data/_assets/yarn/webfontloader/src/core/fontruler.js +60 -0
  376. data/_assets/yarn/webfontloader/src/core/fontwatcher.js +171 -0
  377. data/_assets/yarn/webfontloader/src/core/fontwatchrunner.js +249 -0
  378. data/_assets/yarn/webfontloader/src/core/initialize.js +97 -0
  379. data/_assets/yarn/webfontloader/src/core/nativefontwatchrunner.js +69 -0
  380. data/_assets/yarn/webfontloader/src/core/stylesheetwaiter.js +48 -0
  381. data/_assets/yarn/webfontloader/src/core/webfont.js +97 -0
  382. data/_assets/yarn/webfontloader/src/modules/custom.js +63 -0
  383. data/_assets/yarn/webfontloader/src/modules/fontdeck.js +66 -0
  384. data/_assets/yarn/webfontloader/src/modules/google/fontapiparser.js +181 -0
  385. data/_assets/yarn/webfontloader/src/modules/google/fontapiurlbuilder.js +77 -0
  386. data/_assets/yarn/webfontloader/src/modules/google/googlefontapi.js +54 -0
  387. data/_assets/yarn/webfontloader/src/modules/monotype.js +110 -0
  388. data/_assets/yarn/webfontloader/src/modules/typekit.js +73 -0
  389. data/_assets/yarn/webfontloader/webfontloader.js +17 -0
  390. data/_includes/footer.html +7 -0
  391. data/_includes/head.html +41 -0
  392. data/_includes/image.html +5 -0
  393. data/_includes/javascript.html +1 -0
  394. data/_includes/javascripts.html +19 -0
  395. data/_includes/navigation.html +75 -0
  396. data/_includes/stylesheet.html +1 -0
  397. data/_layouts/articles_by_tag.html +38 -0
  398. data/_layouts/default.html +16 -0
  399. data/_layouts/post.html +65 -0
  400. data/about.html +18 -0
  401. data/favicon.ico +0 -0
  402. data/feed.xml +20 -0
  403. data/index.html +49 -0
  404. data/robots.txt +5 -0
  405. metadata +596 -0
@@ -0,0 +1,21 @@
1
+ define( [
2
+ "../core",
3
+ "../deferred"
4
+ ], function( jQuery ) {
5
+
6
+ "use strict";
7
+
8
+ // These usually indicate a programmer mistake during development,
9
+ // warn about them ASAP rather than swallowing them by default.
10
+ var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
11
+
12
+ jQuery.Deferred.exceptionHook = function( error, stack ) {
13
+
14
+ // Support: IE 8 - 9 only
15
+ // Console exists when dev tools are open, which can happen at any time
16
+ if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {
17
+ window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack );
18
+ }
19
+ };
20
+
21
+ } );
@@ -0,0 +1,40 @@
1
+ define( [
2
+ "./core",
3
+ "./core/nodeName"
4
+ ], function( jQuery, nodeName ) {
5
+
6
+ "use strict";
7
+
8
+ jQuery.fn.extend( {
9
+
10
+ bind: function( types, data, fn ) {
11
+ return this.on( types, null, data, fn );
12
+ },
13
+ unbind: function( types, fn ) {
14
+ return this.off( types, null, fn );
15
+ },
16
+
17
+ delegate: function( selector, types, data, fn ) {
18
+ return this.on( types, selector, data, fn );
19
+ },
20
+ undelegate: function( selector, types, fn ) {
21
+
22
+ // ( namespace ) or ( selector, types [, fn] )
23
+ return arguments.length === 1 ?
24
+ this.off( selector, "**" ) :
25
+ this.off( types, selector || "**", fn );
26
+ }
27
+ } );
28
+
29
+ jQuery.holdReady = function( hold ) {
30
+ if ( hold ) {
31
+ jQuery.readyWait++;
32
+ } else {
33
+ jQuery.ready( true );
34
+ }
35
+ };
36
+ jQuery.isArray = Array.isArray;
37
+ jQuery.parseJSON = JSON.parse;
38
+ jQuery.nodeName = nodeName;
39
+
40
+ } );
@@ -0,0 +1,56 @@
1
+ define( [
2
+ "./core",
3
+ "./core/access",
4
+ "./css"
5
+ ], function( jQuery, access ) {
6
+
7
+ "use strict";
8
+
9
+ // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
10
+ jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
11
+ jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name },
12
+ function( defaultExtra, funcName ) {
13
+
14
+ // Margin is only for outerHeight, outerWidth
15
+ jQuery.fn[ funcName ] = function( margin, value ) {
16
+ var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
17
+ extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
18
+
19
+ return access( this, function( elem, type, value ) {
20
+ var doc;
21
+
22
+ if ( jQuery.isWindow( elem ) ) {
23
+
24
+ // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)
25
+ return funcName.indexOf( "outer" ) === 0 ?
26
+ elem[ "inner" + name ] :
27
+ elem.document.documentElement[ "client" + name ];
28
+ }
29
+
30
+ // Get document width or height
31
+ if ( elem.nodeType === 9 ) {
32
+ doc = elem.documentElement;
33
+
34
+ // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],
35
+ // whichever is greatest
36
+ return Math.max(
37
+ elem.body[ "scroll" + name ], doc[ "scroll" + name ],
38
+ elem.body[ "offset" + name ], doc[ "offset" + name ],
39
+ doc[ "client" + name ]
40
+ );
41
+ }
42
+
43
+ return value === undefined ?
44
+
45
+ // Get width or height on the element, requesting but not forcing parseFloat
46
+ jQuery.css( elem, type, extra ) :
47
+
48
+ // Set width or height on the element
49
+ jQuery.style( elem, type, value, extra );
50
+ }, type, chainable ? margin : undefined, chainable );
51
+ };
52
+ } );
53
+ } );
54
+
55
+ return jQuery;
56
+ } );
@@ -0,0 +1,699 @@
1
+ define( [
2
+ "./core",
3
+ "./var/document",
4
+ "./var/rcssNum",
5
+ "./var/rnothtmlwhite",
6
+ "./css/var/cssExpand",
7
+ "./css/var/isHiddenWithinTree",
8
+ "./css/var/swap",
9
+ "./css/adjustCSS",
10
+ "./data/var/dataPriv",
11
+ "./css/showHide",
12
+
13
+ "./core/init",
14
+ "./queue",
15
+ "./deferred",
16
+ "./traversing",
17
+ "./manipulation",
18
+ "./css",
19
+ "./effects/Tween"
20
+ ], function( jQuery, document, rcssNum, rnothtmlwhite, cssExpand, isHiddenWithinTree, swap,
21
+ adjustCSS, dataPriv, showHide ) {
22
+
23
+ "use strict";
24
+
25
+ var
26
+ fxNow, inProgress,
27
+ rfxtypes = /^(?:toggle|show|hide)$/,
28
+ rrun = /queueHooks$/;
29
+
30
+ function schedule() {
31
+ if ( inProgress ) {
32
+ if ( document.hidden === false && window.requestAnimationFrame ) {
33
+ window.requestAnimationFrame( schedule );
34
+ } else {
35
+ window.setTimeout( schedule, jQuery.fx.interval );
36
+ }
37
+
38
+ jQuery.fx.tick();
39
+ }
40
+ }
41
+
42
+ // Animations created synchronously will run synchronously
43
+ function createFxNow() {
44
+ window.setTimeout( function() {
45
+ fxNow = undefined;
46
+ } );
47
+ return ( fxNow = jQuery.now() );
48
+ }
49
+
50
+ // Generate parameters to create a standard animation
51
+ function genFx( type, includeWidth ) {
52
+ var which,
53
+ i = 0,
54
+ attrs = { height: type };
55
+
56
+ // If we include width, step value is 1 to do all cssExpand values,
57
+ // otherwise step value is 2 to skip over Left and Right
58
+ includeWidth = includeWidth ? 1 : 0;
59
+ for ( ; i < 4; i += 2 - includeWidth ) {
60
+ which = cssExpand[ i ];
61
+ attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
62
+ }
63
+
64
+ if ( includeWidth ) {
65
+ attrs.opacity = attrs.width = type;
66
+ }
67
+
68
+ return attrs;
69
+ }
70
+
71
+ function createTween( value, prop, animation ) {
72
+ var tween,
73
+ collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
74
+ index = 0,
75
+ length = collection.length;
76
+ for ( ; index < length; index++ ) {
77
+ if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
78
+
79
+ // We're done with this property
80
+ return tween;
81
+ }
82
+ }
83
+ }
84
+
85
+ function defaultPrefilter( elem, props, opts ) {
86
+ var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,
87
+ isBox = "width" in props || "height" in props,
88
+ anim = this,
89
+ orig = {},
90
+ style = elem.style,
91
+ hidden = elem.nodeType && isHiddenWithinTree( elem ),
92
+ dataShow = dataPriv.get( elem, "fxshow" );
93
+
94
+ // Queue-skipping animations hijack the fx hooks
95
+ if ( !opts.queue ) {
96
+ hooks = jQuery._queueHooks( elem, "fx" );
97
+ if ( hooks.unqueued == null ) {
98
+ hooks.unqueued = 0;
99
+ oldfire = hooks.empty.fire;
100
+ hooks.empty.fire = function() {
101
+ if ( !hooks.unqueued ) {
102
+ oldfire();
103
+ }
104
+ };
105
+ }
106
+ hooks.unqueued++;
107
+
108
+ anim.always( function() {
109
+
110
+ // Ensure the complete handler is called before this completes
111
+ anim.always( function() {
112
+ hooks.unqueued--;
113
+ if ( !jQuery.queue( elem, "fx" ).length ) {
114
+ hooks.empty.fire();
115
+ }
116
+ } );
117
+ } );
118
+ }
119
+
120
+ // Detect show/hide animations
121
+ for ( prop in props ) {
122
+ value = props[ prop ];
123
+ if ( rfxtypes.test( value ) ) {
124
+ delete props[ prop ];
125
+ toggle = toggle || value === "toggle";
126
+ if ( value === ( hidden ? "hide" : "show" ) ) {
127
+
128
+ // Pretend to be hidden if this is a "show" and
129
+ // there is still data from a stopped show/hide
130
+ if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) {
131
+ hidden = true;
132
+
133
+ // Ignore all other no-op show/hide data
134
+ } else {
135
+ continue;
136
+ }
137
+ }
138
+ orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );
139
+ }
140
+ }
141
+
142
+ // Bail out if this is a no-op like .hide().hide()
143
+ propTween = !jQuery.isEmptyObject( props );
144
+ if ( !propTween && jQuery.isEmptyObject( orig ) ) {
145
+ return;
146
+ }
147
+
148
+ // Restrict "overflow" and "display" styles during box animations
149
+ if ( isBox && elem.nodeType === 1 ) {
150
+
151
+ // Support: IE <=9 - 11, Edge 12 - 13
152
+ // Record all 3 overflow attributes because IE does not infer the shorthand
153
+ // from identically-valued overflowX and overflowY
154
+ opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
155
+
156
+ // Identify a display type, preferring old show/hide data over the CSS cascade
157
+ restoreDisplay = dataShow && dataShow.display;
158
+ if ( restoreDisplay == null ) {
159
+ restoreDisplay = dataPriv.get( elem, "display" );
160
+ }
161
+ display = jQuery.css( elem, "display" );
162
+ if ( display === "none" ) {
163
+ if ( restoreDisplay ) {
164
+ display = restoreDisplay;
165
+ } else {
166
+
167
+ // Get nonempty value(s) by temporarily forcing visibility
168
+ showHide( [ elem ], true );
169
+ restoreDisplay = elem.style.display || restoreDisplay;
170
+ display = jQuery.css( elem, "display" );
171
+ showHide( [ elem ] );
172
+ }
173
+ }
174
+
175
+ // Animate inline elements as inline-block
176
+ if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) {
177
+ if ( jQuery.css( elem, "float" ) === "none" ) {
178
+
179
+ // Restore the original display value at the end of pure show/hide animations
180
+ if ( !propTween ) {
181
+ anim.done( function() {
182
+ style.display = restoreDisplay;
183
+ } );
184
+ if ( restoreDisplay == null ) {
185
+ display = style.display;
186
+ restoreDisplay = display === "none" ? "" : display;
187
+ }
188
+ }
189
+ style.display = "inline-block";
190
+ }
191
+ }
192
+ }
193
+
194
+ if ( opts.overflow ) {
195
+ style.overflow = "hidden";
196
+ anim.always( function() {
197
+ style.overflow = opts.overflow[ 0 ];
198
+ style.overflowX = opts.overflow[ 1 ];
199
+ style.overflowY = opts.overflow[ 2 ];
200
+ } );
201
+ }
202
+
203
+ // Implement show/hide animations
204
+ propTween = false;
205
+ for ( prop in orig ) {
206
+
207
+ // General show/hide setup for this element animation
208
+ if ( !propTween ) {
209
+ if ( dataShow ) {
210
+ if ( "hidden" in dataShow ) {
211
+ hidden = dataShow.hidden;
212
+ }
213
+ } else {
214
+ dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } );
215
+ }
216
+
217
+ // Store hidden/visible for toggle so `.stop().toggle()` "reverses"
218
+ if ( toggle ) {
219
+ dataShow.hidden = !hidden;
220
+ }
221
+
222
+ // Show elements before animating them
223
+ if ( hidden ) {
224
+ showHide( [ elem ], true );
225
+ }
226
+
227
+ /* eslint-disable no-loop-func */
228
+
229
+ anim.done( function() {
230
+
231
+ /* eslint-enable no-loop-func */
232
+
233
+ // The final step of a "hide" animation is actually hiding the element
234
+ if ( !hidden ) {
235
+ showHide( [ elem ] );
236
+ }
237
+ dataPriv.remove( elem, "fxshow" );
238
+ for ( prop in orig ) {
239
+ jQuery.style( elem, prop, orig[ prop ] );
240
+ }
241
+ } );
242
+ }
243
+
244
+ // Per-property setup
245
+ propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
246
+ if ( !( prop in dataShow ) ) {
247
+ dataShow[ prop ] = propTween.start;
248
+ if ( hidden ) {
249
+ propTween.end = propTween.start;
250
+ propTween.start = 0;
251
+ }
252
+ }
253
+ }
254
+ }
255
+
256
+ function propFilter( props, specialEasing ) {
257
+ var index, name, easing, value, hooks;
258
+
259
+ // camelCase, specialEasing and expand cssHook pass
260
+ for ( index in props ) {
261
+ name = jQuery.camelCase( index );
262
+ easing = specialEasing[ name ];
263
+ value = props[ index ];
264
+ if ( Array.isArray( value ) ) {
265
+ easing = value[ 1 ];
266
+ value = props[ index ] = value[ 0 ];
267
+ }
268
+
269
+ if ( index !== name ) {
270
+ props[ name ] = value;
271
+ delete props[ index ];
272
+ }
273
+
274
+ hooks = jQuery.cssHooks[ name ];
275
+ if ( hooks && "expand" in hooks ) {
276
+ value = hooks.expand( value );
277
+ delete props[ name ];
278
+
279
+ // Not quite $.extend, this won't overwrite existing keys.
280
+ // Reusing 'index' because we have the correct "name"
281
+ for ( index in value ) {
282
+ if ( !( index in props ) ) {
283
+ props[ index ] = value[ index ];
284
+ specialEasing[ index ] = easing;
285
+ }
286
+ }
287
+ } else {
288
+ specialEasing[ name ] = easing;
289
+ }
290
+ }
291
+ }
292
+
293
+ function Animation( elem, properties, options ) {
294
+ var result,
295
+ stopped,
296
+ index = 0,
297
+ length = Animation.prefilters.length,
298
+ deferred = jQuery.Deferred().always( function() {
299
+
300
+ // Don't match elem in the :animated selector
301
+ delete tick.elem;
302
+ } ),
303
+ tick = function() {
304
+ if ( stopped ) {
305
+ return false;
306
+ }
307
+ var currentTime = fxNow || createFxNow(),
308
+ remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
309
+
310
+ // Support: Android 2.3 only
311
+ // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
312
+ temp = remaining / animation.duration || 0,
313
+ percent = 1 - temp,
314
+ index = 0,
315
+ length = animation.tweens.length;
316
+
317
+ for ( ; index < length; index++ ) {
318
+ animation.tweens[ index ].run( percent );
319
+ }
320
+
321
+ deferred.notifyWith( elem, [ animation, percent, remaining ] );
322
+
323
+ // If there's more to do, yield
324
+ if ( percent < 1 && length ) {
325
+ return remaining;
326
+ }
327
+
328
+ // If this was an empty animation, synthesize a final progress notification
329
+ if ( !length ) {
330
+ deferred.notifyWith( elem, [ animation, 1, 0 ] );
331
+ }
332
+
333
+ // Resolve the animation and report its conclusion
334
+ deferred.resolveWith( elem, [ animation ] );
335
+ return false;
336
+ },
337
+ animation = deferred.promise( {
338
+ elem: elem,
339
+ props: jQuery.extend( {}, properties ),
340
+ opts: jQuery.extend( true, {
341
+ specialEasing: {},
342
+ easing: jQuery.easing._default
343
+ }, options ),
344
+ originalProperties: properties,
345
+ originalOptions: options,
346
+ startTime: fxNow || createFxNow(),
347
+ duration: options.duration,
348
+ tweens: [],
349
+ createTween: function( prop, end ) {
350
+ var tween = jQuery.Tween( elem, animation.opts, prop, end,
351
+ animation.opts.specialEasing[ prop ] || animation.opts.easing );
352
+ animation.tweens.push( tween );
353
+ return tween;
354
+ },
355
+ stop: function( gotoEnd ) {
356
+ var index = 0,
357
+
358
+ // If we are going to the end, we want to run all the tweens
359
+ // otherwise we skip this part
360
+ length = gotoEnd ? animation.tweens.length : 0;
361
+ if ( stopped ) {
362
+ return this;
363
+ }
364
+ stopped = true;
365
+ for ( ; index < length; index++ ) {
366
+ animation.tweens[ index ].run( 1 );
367
+ }
368
+
369
+ // Resolve when we played the last frame; otherwise, reject
370
+ if ( gotoEnd ) {
371
+ deferred.notifyWith( elem, [ animation, 1, 0 ] );
372
+ deferred.resolveWith( elem, [ animation, gotoEnd ] );
373
+ } else {
374
+ deferred.rejectWith( elem, [ animation, gotoEnd ] );
375
+ }
376
+ return this;
377
+ }
378
+ } ),
379
+ props = animation.props;
380
+
381
+ propFilter( props, animation.opts.specialEasing );
382
+
383
+ for ( ; index < length; index++ ) {
384
+ result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );
385
+ if ( result ) {
386
+ if ( jQuery.isFunction( result.stop ) ) {
387
+ jQuery._queueHooks( animation.elem, animation.opts.queue ).stop =
388
+ jQuery.proxy( result.stop, result );
389
+ }
390
+ return result;
391
+ }
392
+ }
393
+
394
+ jQuery.map( props, createTween, animation );
395
+
396
+ if ( jQuery.isFunction( animation.opts.start ) ) {
397
+ animation.opts.start.call( elem, animation );
398
+ }
399
+
400
+ // Attach callbacks from options
401
+ animation
402
+ .progress( animation.opts.progress )
403
+ .done( animation.opts.done, animation.opts.complete )
404
+ .fail( animation.opts.fail )
405
+ .always( animation.opts.always );
406
+
407
+ jQuery.fx.timer(
408
+ jQuery.extend( tick, {
409
+ elem: elem,
410
+ anim: animation,
411
+ queue: animation.opts.queue
412
+ } )
413
+ );
414
+
415
+ return animation;
416
+ }
417
+
418
+ jQuery.Animation = jQuery.extend( Animation, {
419
+
420
+ tweeners: {
421
+ "*": [ function( prop, value ) {
422
+ var tween = this.createTween( prop, value );
423
+ adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );
424
+ return tween;
425
+ } ]
426
+ },
427
+
428
+ tweener: function( props, callback ) {
429
+ if ( jQuery.isFunction( props ) ) {
430
+ callback = props;
431
+ props = [ "*" ];
432
+ } else {
433
+ props = props.match( rnothtmlwhite );
434
+ }
435
+
436
+ var prop,
437
+ index = 0,
438
+ length = props.length;
439
+
440
+ for ( ; index < length; index++ ) {
441
+ prop = props[ index ];
442
+ Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];
443
+ Animation.tweeners[ prop ].unshift( callback );
444
+ }
445
+ },
446
+
447
+ prefilters: [ defaultPrefilter ],
448
+
449
+ prefilter: function( callback, prepend ) {
450
+ if ( prepend ) {
451
+ Animation.prefilters.unshift( callback );
452
+ } else {
453
+ Animation.prefilters.push( callback );
454
+ }
455
+ }
456
+ } );
457
+
458
+ jQuery.speed = function( speed, easing, fn ) {
459
+ var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
460
+ complete: fn || !fn && easing ||
461
+ jQuery.isFunction( speed ) && speed,
462
+ duration: speed,
463
+ easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
464
+ };
465
+
466
+ // Go to the end state if fx are off
467
+ if ( jQuery.fx.off ) {
468
+ opt.duration = 0;
469
+
470
+ } else {
471
+ if ( typeof opt.duration !== "number" ) {
472
+ if ( opt.duration in jQuery.fx.speeds ) {
473
+ opt.duration = jQuery.fx.speeds[ opt.duration ];
474
+
475
+ } else {
476
+ opt.duration = jQuery.fx.speeds._default;
477
+ }
478
+ }
479
+ }
480
+
481
+ // Normalize opt.queue - true/undefined/null -> "fx"
482
+ if ( opt.queue == null || opt.queue === true ) {
483
+ opt.queue = "fx";
484
+ }
485
+
486
+ // Queueing
487
+ opt.old = opt.complete;
488
+
489
+ opt.complete = function() {
490
+ if ( jQuery.isFunction( opt.old ) ) {
491
+ opt.old.call( this );
492
+ }
493
+
494
+ if ( opt.queue ) {
495
+ jQuery.dequeue( this, opt.queue );
496
+ }
497
+ };
498
+
499
+ return opt;
500
+ };
501
+
502
+ jQuery.fn.extend( {
503
+ fadeTo: function( speed, to, easing, callback ) {
504
+
505
+ // Show any hidden elements after setting opacity to 0
506
+ return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show()
507
+
508
+ // Animate to the value specified
509
+ .end().animate( { opacity: to }, speed, easing, callback );
510
+ },
511
+ animate: function( prop, speed, easing, callback ) {
512
+ var empty = jQuery.isEmptyObject( prop ),
513
+ optall = jQuery.speed( speed, easing, callback ),
514
+ doAnimation = function() {
515
+
516
+ // Operate on a copy of prop so per-property easing won't be lost
517
+ var anim = Animation( this, jQuery.extend( {}, prop ), optall );
518
+
519
+ // Empty animations, or finishing resolves immediately
520
+ if ( empty || dataPriv.get( this, "finish" ) ) {
521
+ anim.stop( true );
522
+ }
523
+ };
524
+ doAnimation.finish = doAnimation;
525
+
526
+ return empty || optall.queue === false ?
527
+ this.each( doAnimation ) :
528
+ this.queue( optall.queue, doAnimation );
529
+ },
530
+ stop: function( type, clearQueue, gotoEnd ) {
531
+ var stopQueue = function( hooks ) {
532
+ var stop = hooks.stop;
533
+ delete hooks.stop;
534
+ stop( gotoEnd );
535
+ };
536
+
537
+ if ( typeof type !== "string" ) {
538
+ gotoEnd = clearQueue;
539
+ clearQueue = type;
540
+ type = undefined;
541
+ }
542
+ if ( clearQueue && type !== false ) {
543
+ this.queue( type || "fx", [] );
544
+ }
545
+
546
+ return this.each( function() {
547
+ var dequeue = true,
548
+ index = type != null && type + "queueHooks",
549
+ timers = jQuery.timers,
550
+ data = dataPriv.get( this );
551
+
552
+ if ( index ) {
553
+ if ( data[ index ] && data[ index ].stop ) {
554
+ stopQueue( data[ index ] );
555
+ }
556
+ } else {
557
+ for ( index in data ) {
558
+ if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
559
+ stopQueue( data[ index ] );
560
+ }
561
+ }
562
+ }
563
+
564
+ for ( index = timers.length; index--; ) {
565
+ if ( timers[ index ].elem === this &&
566
+ ( type == null || timers[ index ].queue === type ) ) {
567
+
568
+ timers[ index ].anim.stop( gotoEnd );
569
+ dequeue = false;
570
+ timers.splice( index, 1 );
571
+ }
572
+ }
573
+
574
+ // Start the next in the queue if the last step wasn't forced.
575
+ // Timers currently will call their complete callbacks, which
576
+ // will dequeue but only if they were gotoEnd.
577
+ if ( dequeue || !gotoEnd ) {
578
+ jQuery.dequeue( this, type );
579
+ }
580
+ } );
581
+ },
582
+ finish: function( type ) {
583
+ if ( type !== false ) {
584
+ type = type || "fx";
585
+ }
586
+ return this.each( function() {
587
+ var index,
588
+ data = dataPriv.get( this ),
589
+ queue = data[ type + "queue" ],
590
+ hooks = data[ type + "queueHooks" ],
591
+ timers = jQuery.timers,
592
+ length = queue ? queue.length : 0;
593
+
594
+ // Enable finishing flag on private data
595
+ data.finish = true;
596
+
597
+ // Empty the queue first
598
+ jQuery.queue( this, type, [] );
599
+
600
+ if ( hooks && hooks.stop ) {
601
+ hooks.stop.call( this, true );
602
+ }
603
+
604
+ // Look for any active animations, and finish them
605
+ for ( index = timers.length; index--; ) {
606
+ if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
607
+ timers[ index ].anim.stop( true );
608
+ timers.splice( index, 1 );
609
+ }
610
+ }
611
+
612
+ // Look for any animations in the old queue and finish them
613
+ for ( index = 0; index < length; index++ ) {
614
+ if ( queue[ index ] && queue[ index ].finish ) {
615
+ queue[ index ].finish.call( this );
616
+ }
617
+ }
618
+
619
+ // Turn off finishing flag
620
+ delete data.finish;
621
+ } );
622
+ }
623
+ } );
624
+
625
+ jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) {
626
+ var cssFn = jQuery.fn[ name ];
627
+ jQuery.fn[ name ] = function( speed, easing, callback ) {
628
+ return speed == null || typeof speed === "boolean" ?
629
+ cssFn.apply( this, arguments ) :
630
+ this.animate( genFx( name, true ), speed, easing, callback );
631
+ };
632
+ } );
633
+
634
+ // Generate shortcuts for custom animations
635
+ jQuery.each( {
636
+ slideDown: genFx( "show" ),
637
+ slideUp: genFx( "hide" ),
638
+ slideToggle: genFx( "toggle" ),
639
+ fadeIn: { opacity: "show" },
640
+ fadeOut: { opacity: "hide" },
641
+ fadeToggle: { opacity: "toggle" }
642
+ }, function( name, props ) {
643
+ jQuery.fn[ name ] = function( speed, easing, callback ) {
644
+ return this.animate( props, speed, easing, callback );
645
+ };
646
+ } );
647
+
648
+ jQuery.timers = [];
649
+ jQuery.fx.tick = function() {
650
+ var timer,
651
+ i = 0,
652
+ timers = jQuery.timers;
653
+
654
+ fxNow = jQuery.now();
655
+
656
+ for ( ; i < timers.length; i++ ) {
657
+ timer = timers[ i ];
658
+
659
+ // Run the timer and safely remove it when done (allowing for external removal)
660
+ if ( !timer() && timers[ i ] === timer ) {
661
+ timers.splice( i--, 1 );
662
+ }
663
+ }
664
+
665
+ if ( !timers.length ) {
666
+ jQuery.fx.stop();
667
+ }
668
+ fxNow = undefined;
669
+ };
670
+
671
+ jQuery.fx.timer = function( timer ) {
672
+ jQuery.timers.push( timer );
673
+ jQuery.fx.start();
674
+ };
675
+
676
+ jQuery.fx.interval = 13;
677
+ jQuery.fx.start = function() {
678
+ if ( inProgress ) {
679
+ return;
680
+ }
681
+
682
+ inProgress = true;
683
+ schedule();
684
+ };
685
+
686
+ jQuery.fx.stop = function() {
687
+ inProgress = null;
688
+ };
689
+
690
+ jQuery.fx.speeds = {
691
+ slow: 600,
692
+ fast: 200,
693
+
694
+ // Default speed
695
+ _default: 400
696
+ };
697
+
698
+ return jQuery;
699
+ } );