update a-frame to 0.9.1

This commit is contained in:
Juni
2023-01-10 13:14:00 -05:00
parent 13f35c0b98
commit 61b8fc9fa2
5 changed files with 10423 additions and 10918 deletions

View File

@@ -205,7 +205,7 @@ AFRAME.registerComponent('beat', {
if (position.z > (data.anticipationPosition - BEAT_WARMUP_ROTATION_OFFSET) &&
this.currentRotationWarmupTime < BEAT_WARMUP_ROTATION_TIME) {
const progress = AFRAME.ANIME.easings.easeOutBack(
const progress = AFRAME.ANIME.easing('easeOutBack')(
this.currentRotationWarmupTime / BEAT_WARMUP_ROTATION_TIME);
el.object3D.rotation.z = this.rotationZStart + (progress * this.rotationZChange);
this.currentRotationWarmupTime += timeDelta;

20646
vendor/aframe-master.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long