PATH:
home
/
cuisinesj
/
www
/
new
/
wp-content
/
themes
/
customizr
/
assets
/
front
/
js
/
libs
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/ // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating // requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel // MIT license (function() { var lastTime = 0; var vendors = ['ms', 'moz', 'webkit', 'o']; for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame']; } if (!window.requestAnimationFrame) window.requestAnimationFrame = function(callback, element) { var currTime = new Date().getTime(); var timeToCall = Math.max(0, 16 - (currTime - lastTime)); lastTime = currTime + timeToCall; return window.setTimeout(function() { callback(currTime + timeToCall); }, timeToCall); }; if (!window.cancelAnimationFrame) window.cancelAnimationFrame = function(id) { clearTimeout(id); }; }());
[+]
..
[-] jquery-mCustomScrollbar.js
[edit]
[-] jquery-magnific-popup.js
[edit]
[-] smoothscroll.min.js
[edit]
[-] bootstrap-classical.js
[edit]
[-] oldBrowserCompat.min.js
[edit]
[-] modernizr.min.js
[edit]
[-] hammer.min.js
[edit]
[-] vivus.min.js
[edit]
[-] holder.js
[edit]
[-] holder.min.js
[edit]
[-] jquery-magnific-popup.min.js
[edit]
[-] bootstrap-classical.min.js
[edit]
[-] oldBrowserCompat.js
[edit]
[-] customizr-placeholders.js
[edit]
[-] custom-bootstrap-modern.js
[edit]
[-] retina.min.js
[edit]
[-] flickity-pkgd.min.js
[edit]
[-] underscore-min.js
[edit]
[+]
fancybox
[-] smoothscroll.js
[edit]
[+]
jquery-plugins
[-] html5.js
[edit]
[-] jquery-mCustomScrollbar.min.js
[edit]
[-] retina.js
[edit]
[-] matchMediaPolyfill.js
[edit]
[-] outline.js
[edit]
[-] requestAnimationFramePolyfill.js
[edit]
[-] flickity-pkgd.js
[edit]
[-] waypoints.min.js
[edit]
[-] modernizr.js
[edit]
[-] waypoints.js
[edit]