easeInOutQuart: function(pos) {
        if ((pos /= 0.5) < 1) {
            return 0.5 * Math.pow(pos, 4);
        }