lu-animation.json 756 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "keyframe": {
  3. "parent": {
  4. "0": {
  5. "rotation": [0, 0, 0]
  6. },
  7. "40": {
  8. "rotation": [0, 0, 0]
  9. },
  10. "75": {
  11. "rotation": [0, -6.28, 0]
  12. },
  13. "100": {
  14. "rotation": [0, -6.28, 0]
  15. }
  16. },
  17. "child": {
  18. "0": {
  19. "position.z": 0
  20. },
  21. "35": {
  22. "position.z": 0
  23. },
  24. "40": {
  25. "position.z": -2
  26. },
  27. "100": {
  28. "position.z": -1
  29. }
  30. }
  31. },
  32. "animation": {
  33. "parent": {
  34. "keyframe": "parent",
  35. "duration": 54,
  36. "ease": "linear",
  37. "loop": -1
  38. },
  39. "child": {
  40. "keyframe": "child",
  41. "duration": 54,
  42. "ease": "ease-in-out",
  43. "direction": "both",
  44. "loop": -1
  45. }
  46. }
  47. }