{
  "id": "Shoh2008_quick-fox-3",
  "name": "quick-fox-3",
  "category": "loaders",
  "author": "Shoh2008",
  "description": "quick-fox-3 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\"></div>",
    "css": "/* From Uiverse.io by Shoh2008 - Tags: loader */\n.loader {\n  width: 8px;\n  height: 8px;\n  position: relative;\n  border-radius: 50%;\n  background: #fff;\n  animation: wave_14 1s ease-in infinite;\n}\n\n@keyframes wave_14 {\n  0% {\n    box-shadow: 0 0 0 0px rgba(255, 255,255, 1),\n  0 0 0 20px rgba(255, 255,255, 0.2),\n  0 0 0 40px rgba(255, 255,255, 0.6),\n  0 0 0 60px rgba(255, 255,255, 0.4),\n  0 0 0 80px rgba(255, 255,255, 0.2)\n  }\n\n  100% {\n    box-shadow: 0 0 0 80px rgba(255, 255,255, 0),\n    0 0 0 60px rgba(255, 255,255, 0.2),\n    0 0 0 40px rgba(255, 255,255, 0.4),\n    0 0 0 20px rgba(255, 255,255, 0.6),\n    0 0 0 0px rgba(255, 255,255, 1)\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/Shoh2008_quick-fox-3.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>",
    "script": "export default {\n  name: 'GalaxyQuickFox3',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Shoh2008 - Tags: loader */\n.loader {\n  width: 16rpx;\n  height: 16rpx;\n  position: relative;\n  border-radius: 50%;\n  background: #fff;\n  animation: wave_14 1s ease-in infinite;\n}\n\n@keyframes wave_14 {\n  0% {\n    box-shadow: 0 0 0 0rpx rgba(255, 255,255, 1),\n  0 0 0 40rpx rgba(255, 255,255, 0.2),\n  0 0 0 80rpx rgba(255, 255,255, 0.6),\n  0 0 0 120rpx rgba(255, 255,255, 0.4),\n  0 0 0 160rpx rgba(255, 255,255, 0.2)\n  }\n\n  100% {\n    box-shadow: 0 0 0 160rpx rgba(255, 255,255, 0),\n    0 0 0 120rpx rgba(255, 255,255, 0.2),\n    0 0 0 80rpx rgba(255, 255,255, 0.4),\n    0 0 0 40rpx rgba(255, 255,255, 0.6),\n    0 0 0 0rpx rgba(255, 255,255, 1)\n  }\n}\n\n\n  \n",
    "component_name": "GalaxyQuickFox3"
  },
  "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": 685,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.426Z",
  "updated_at": "2025-07-31T07:55:40.426Z"
}