Fix missing call to startGlowWobble in animeCat.js
This commit is contained in:
@@ -173,6 +173,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
stopGlowWobble() {
|
stopGlowWobble() {
|
||||||
if (this._glowWobbleId) cancelAnimationFrame(this._glowWobbleId);
|
if (this._glowWobbleId) cancelAnimationFrame(this._glowWobbleId);
|
||||||
}
|
}
|
||||||
|
this.startGlowWobble();
|
||||||
|
|
||||||
// Hilfsfunktionen zur Farbinterpolation
|
// Hilfsfunktionen zur Farbinterpolation
|
||||||
_lerp(a, b, t) { return a + (b - a) * t; }
|
_lerp(a, b, t) { return a + (b - a) * t; }
|
||||||
|
|||||||
Reference in New Issue
Block a user