last-record-anchor-animation.json 805 B

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