miku-kawaii-animation.json 811 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.5
  14. },
  15. "100": {
  16. "position.y": 0.5
  17. }
  18. }
  19. },
  20. "animation": {
  21. "parent": {
  22. "keyframe": "parent",
  23. "duration": 8,
  24. "ease": "linear",
  25. "loop": -1
  26. },
  27. "child": {
  28. "keyframe": "child",
  29. "duration": 4,
  30. "ease": "ease-in-out",
  31. "direction": "both",
  32. "loop": -1
  33. },
  34. "parent2": {
  35. "keyframe": "parent",
  36. "duration": 60,
  37. "ease": "linear",
  38. "loop": -1
  39. },
  40. "child2": {
  41. "keyframe": "child",
  42. "duration": 60,
  43. "ease": "ease-in-out",
  44. "direction": "both",
  45. "loop": -1
  46. }
  47. }
  48. }