miku-kawaii-animation.json 551 B

1234567891011121314151617181920212223242526272829303132333435
  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": 1.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. }
  35. }