123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "keyframe": {
- "parent": {
- "0": {
- "rotation": [0, 0, 0]
- },
- "100": {
- "rotation": [0, 6.28, 0]
- }
- },
- "child": {
- "0": {
- "position.y": -0.5
- },
- "100": {
- "position.y": 0.5
- }
- }
- },
- "animation": {
- "parent": {
- "keyframe": "parent",
- "duration": 8,
- "ease": "linear",
- "loop": -1
- },
- "child": {
- "keyframe": "child",
- "duration": 4,
- "ease": "ease-in-out",
- "direction": "both",
- "loop": -1
- },
- "parent2": {
- "keyframe": "parent",
- "duration": 60,
- "ease": "linear",
- "loop": -1
- },
- "child2": {
- "keyframe": "child",
- "duration": 60,
- "ease": "ease-in-out",
- "direction": "both",
- "loop": -1
- }
- }
- }
|