csfieldguide/static/interactives/pixel-viewer/js/third-party/Animate.js
Function start
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
start: function(stepCallback, verifyCallback, completedCallback, duration, easingMethod, root) {
var start = time();
var lastFrame = start;
var percent = 0;
- Create a ticketCreate a ticket
Function requestAnimationFrame
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
requestAnimationFrame: (function() {
// Check for request animation Frame support
var requestFrame = global.requestAnimationFrame || global.webkitRequestAnimationFrame || global.mozRequestAnimationFrame || global.oRequestAnimationFrame;
var isNative = !!requestFrame;
- Create a ticketCreate a ticket
Function step
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var step = function(virtual) {
// Normalize virtual value
var render = virtual !== true;
- Create a ticketCreate a ticket
Function start
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
start: function(stepCallback, verifyCallback, completedCallback, duration, easingMethod, root) {
- Create a ticketCreate a ticket