function sineInOut()

in static/studio/static/js/FancyZoom.js [667:670]


function sineInOut(t, b, c, d)
{
	return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
}