function linear()

in static/studio/static/js/FancyZoom.js [662:665]


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