function cubicIn()

in static/studio/static/js/FancyZoom.js [672:674]


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