INNER CODE UNIT · JavaScript

setTimeout

ensisoft/detonator · docu/OpenGL Camera_files/songho.js:234

        return function(callback) { return setTimeout(callback, 16); }; // 60 fps
}



///////////////////////////////////////////////////////////////////////////////
// get animationStartTime method for client browser
// Use "animationStartTime" property, if possible, to sync other animations.
///////////////////////////////////////////////////////////////////////////////
function getAnimationStartTimeFunction(element)
{
    let names = ["animationStartTime",
                 "mozAnimationStartTime",
                 "msAnimationStartTime",
                 "oAnimationStartTime",
                 "webkitAnimationStartTime"];
    let functionName = getAvailableFunctionFromList(element, names);
    if(functionName)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…