mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-08 21:54:26 +02:00
now working for art of presence
This commit is contained in:
parent
a817cec5f5
commit
c4cc6cd57e
3 changed files with 37 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue