now working for art of presence

This commit is contained in:
Peter Cottle 2012-08-13 12:54:02 -07:00
parent a817cec5f5
commit c4cc6cd57e
3 changed files with 37 additions and 4 deletions

View file

@ -114,7 +114,7 @@ function Breather(closure, baseline, delta, period, wait) {
var period_in_seconds = period || time.breathePeriod;
this.period = 2 * Math.PI * 1000 * period_in_seconds;
this.interpolationFunction = TWEEN.Easing.Wave.Triangle;
this.interpolationFunction = TWEEN.Easing.Cubic.EaseInOut;
if (wait) {
var _this = this;