{
  "id": "JkHuger_giant-dodo-93",
  "name": "giant-dodo-93",
  "category": "loaders",
  "author": "JkHuger",
  "description": "giant-dodo-93 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\">\n  <span></span>\n  <span></span>\n  <span></span>\n</div>",
    "css": "/* From Uiverse.io by JkHuger - Tags: loader */\n.loader {\n  position: relative;\n  width: 180px;\n  height: 180px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  transform-style: preserve-3d;\n  transform: perspective(500px) rotateX(45deg);\n}\n\n.loader span {\n  position: absolute;\n  display: block;\n  border: 15px solid #fff;\n  box-sizing: border-box;\n  border-radius: 50%;\n  box-shadow: 0 10px 0 #e0e0e0, inset 0 10px 0 #e0e0e0;\n  animation: animate_5013 4.5s ease-in-out infinite;\n}\n\n.loader span:nth-child(1) {\n  animation-delay: 0s;\n}\n\n.loader span:nth-child(2) {\n  animation-delay: 1.5s;\n}\n\n.loader span:nth-child(3) {\n  animation-delay: 3s;\n}\n\n@keyframes animate_5013 {\n  0% {\n    transform: translateZ(-100px);\n    width: 100%;\n    height: 100%;\n  }\n\n  25% {\n    transform: translateZ(100px);\n    width: 100%;\n    height: 100%;\n  }\n\n  50% {\n    transform: translateZ(100px);\n    width: 35%;\n    height: 35%;\n  }\n\n  75% {\n    transform: translateZ(-100px);\n    width: 35%;\n    height: 35%;\n  }\n\n  100% {\n    transform: translateZ(-100px);\n    width: 100%;\n    height: 100%;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/JkHuger_giant-dodo-93.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n  <text></text>\n  <text></text>\n  <text></text>\n</div>",
    "script": "export default {\n  name: 'GalaxyGiantDodo93',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by JkHuger - Tags: loader */\n.loader {\n  position: relative;\n  width: 360rpx;\n  height: 360rpx;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  transform-style: preserve-3d;\n  transform: perspective(1000rpx) rotateX(45deg);\n}\n\n.loader span {\n  position: absolute;\n  display: block;\n  border: 30rpx solid #fff;\n  box-sizing: border-box;\n  border-radius: 50%;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 20rpx 0 #e0e0e0, inset 0 20rpx 0 #e0e0e0;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  animation: animate_5013 4.5s ease-in-out infinite;\n}\n\n.loader span:nth-child(1) {\n  animation-delay: 0s;\n}\n\n.loader span:nth-child(2) {\n  animation-delay: 1.5s;\n}\n\n.loader span:nth-child(3) {\n  animation-delay: 3s;\n}\n\n@keyframes animate_5013 {\n  0% {\n    transform: translateZ(-200rpx);\n    width: 100%;\n    height: 100%;\n  }\n\n  25% {\n    transform: translateZ(200rpx);\n    width: 100%;\n    height: 100%;\n  }\n\n  50% {\n    transform: translateZ(200rpx);\n    width: 35%;\n    height: 35%;\n  }\n\n  75% {\n    transform: translateZ(-200rpx);\n    width: 35%;\n    height: 35%;\n  }\n\n  100% {\n    transform: translateZ(-200rpx);\n    width: 100%;\n    height: 100%;\n  }\n}\n",
    "component_name": "GalaxyGiantDodo93"
  },
  "platforms": {
    "h5": true,
    "mp-weixin": true,
    "mp-alipay": true,
    "mp-baidu": true,
    "mp-toutiao": true,
    "app-plus": true
  },
  "props": [
    {
      "name": "disabled",
      "type": "Boolean",
      "default": false,
      "required": false,
      "description": "是否禁用"
    }
  ],
  "events": [],
  "slots": [
    {
      "name": "",
      "description": "",
      "props": []
    }
  ],
  "compatibility": {
    "h5": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "mp-weixin": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 1183,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.467Z",
  "updated_at": "2025-07-31T07:55:39.467Z"
}