From 1b91cdccf6004f3dc837389fe45bd036bd226631 Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Wed, 3 Oct 2018 18:58:52 -0700 Subject: [PATCH] fix animations s/duration/dur/g --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index a26cbe8..904e441 100644 --- a/src/index.html +++ b/src/index.html @@ -71,8 +71,8 @@ geometry="primitive: plane" material="shader: flat; transparent: true" visible="false" - animation__posz="property: object3D.position.z; to: -8; startEvents: beatwrong; easing: easeOutQuart; duration: 4000" - animation__alpha="property: components.material.material.opacity; from: 1; to: 0; startEvents: beatwrong; easing: easeOutQuart; duration: 4000"> + animation__posz="property: object3D.position.z; to: -8; startEvents: beatwrong; easing: easeOutQuart; dur: 4000" + animation__alpha="property: components.material.material.opacity; from: 1; to: 0; startEvents: beatwrong; easing: easeOutQuart; dur: 4000">