{
  "id": "jack0237_modern-quail-99",
  "name": "modern-quail-99",
  "category": "loaders",
  "author": "jack0237",
  "description": "modern-quail-99 组件 (, animation)",
  "tags": [
    "",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\">\n  <div class=\"dot\"></div>\n  <div class=\"dot\"></div>\n  <div class=\"dot\"></div>\n  <div class=\"dot\"></div>\n  <div class=\"dot\"></div>\n</div>",
    "css": "/* From Uiverse.io by jack0237  - Tags:  */\n.loader {\n  display: flex;\n}\n\n.loader .dot {\n  height: 20px;\n  width: 20px;\n  border-radius: 50%;\n  border: 2px solid #e8e8e8;\n  background: #16b0c1;\n  animation: jump 0.8s ease-in-out infinite alternate;\n}\n\n@keyframes jump {\n  100% {\n    background: #661e92;\n    transform: translateY(-3rem) scale(1.9);\n  }\n}\n\n.loader .dot:nth-child(1) {\n  animation-delay: 0.1s;\n}\n\n.loader .dot:nth-child(2) {\n  animation-delay: 0.2s;\n}\n\n.loader .dot:nth-child(3) {\n  animation-delay: 0.3s;\n}\n\n.loader .dot:nth-child(4) {\n  animation-delay: 0.4s;\n}\n\n.loader .dot:nth-child(5) {\n  animation-delay: 0.5s;\n}",
    "file_path": "/mnt/persist/workspace/loaders/jack0237_modern-quail-99.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n  <view class=\"dot\"></view>\n  <view class=\"dot\"></view>\n  <view class=\"dot\"></view>\n  <view class=\"dot\"></view>\n  <view class=\"dot\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyModernQuail99',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by jack0237  - Tags:  */\n.loader {\n  display: flex;\n}\n\n.loader .dot {\n  height: 40rpx;\n  width: 40rpx;\n  border-radius: 50%;\n  border: 4rpx solid #e8e8e8;\n  background: #16b0c1;\n  animation: jump 0.8s ease-in-out infinite alternate;\n}\n\n@keyframes jump {\n  100% {\n    background: #661e92;\n    transform: translateY(-3rem) scale(1.9);\n  }\n}\n\n.loader .dot:nth-child(1) {\n  animation-delay: 0.1s;\n}\n\n.loader .dot:nth-child(2) {\n  animation-delay: 0.2s;\n}\n\n.loader .dot:nth-child(3) {\n  animation-delay: 0.3s;\n}\n\n.loader .dot:nth-child(4) {\n  animation-delay: 0.4s;\n}\n\n.loader .dot:nth-child(5) {\n  animation-delay: 0.5s;\n}\n\n",
    "component_name": "GalaxyModernQuail99"
  },
  "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": [],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 801,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:42.236Z",
  "updated_at": "2025-07-31T07:55:42.236Z"
}