function cubicOut()

in static/studio/static/js/FancyZoom.js [676:678]


function cubicOut(t, b, c, d) {
	return c*((t=t/d-1)*t*t + 1) + b;
}