Skip to content

Commit

Permalink
fixes timeline example
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 27, 2024
1 parent 2bc2036 commit c6173c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/timeline/src/animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"loop": true,
"seamlessLoop": true,
"values": {
"base.scene.box-4.position.y": [
"scene.box-4.position.y": [
{
"time": 716.6666666666667,
"value": 100
Expand All @@ -23,7 +23,7 @@
"value": 100
}
],
"base.scene.box-2.position.z": [
"scene.box-2.position.z": [
{
"time": 716.6666666666667,
"value": 100
Expand All @@ -41,7 +41,7 @@
"value": 100
}
],
"base.scene.box-3.position.x": [
"scene.box-3.position.x": [
{
"time": 716.6666666666667,
"value": 0
Expand All @@ -59,7 +59,7 @@
"value": 0
}
],
"base.scene.box-4.position.x": [
"scene.box-4.position.x": [
{
"time": 716.6666666666667,
"value": 0
Expand Down

0 comments on commit c6173c6

Please sign in to comment.