{
  "id": "fanishah_bitter-dragonfly-93",
  "name": "bitter-dragonfly-93",
  "category": "loaders",
  "author": "fanishah",
  "description": "bitter-dragonfly-93 组件 (loader, animation, gradient)",
  "tags": [
    "loader",
    "animation",
    "gradient"
  ],
  "original": {
    "html": "<div class=\"center\">\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n    <div class=\"wave\"></div>\n</div>",
    "css": "/* From Uiverse.io by fanishah - Tags: loader */\n.center {\n  height: 50px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.wave {\n  width: 6px;\n  height: 50px;\n  background: linear-gradient(45deg, cyan, #fff);\n  margin: 10px;\n  animation: wave 1s linear infinite;\n  border-radius: 20px;\n}\n\n.wave:nth-child(2) {\n  animation-delay: 0.1s;\n}\n\n.wave:nth-child(3) {\n  animation-delay: 0.2s;\n}\n\n.wave:nth-child(4) {\n  animation-delay: 0.3s;\n}\n\n.wave:nth-child(5) {\n  animation-delay: 0.4s;\n}\n\n.wave:nth-child(6) {\n  animation-delay: 0.5s;\n}\n\n.wave:nth-child(7) {\n  animation-delay: 0.6s;\n}\n\n.wave:nth-child(8) {\n  animation-delay: 0.7s;\n}\n\n.wave:nth-child(9) {\n  animation-delay: 0.8s;\n}\n\n.wave:nth-child(10) {\n  animation-delay: 0.9s;\n}\n\n@keyframes wave {\n  0% {\n    transform: scale(0);\n  }\n\n  50% {\n    transform: scale(1);\n  }\n\n  100% {\n    transform: scale(0);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/fanishah_bitter-dragonfly-93.html"
  },
  "uniapp": {
    "template": "<view class=\"center\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n    <view class=\"wave\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyBitterDragonfly93',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by fanishah - Tags: loader */\n.center {\n  height: 100rpx;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.wave {\n  width: 12rpx;\n  height: 100rpx;\n  background: linear-gradient(45deg, cyan, #fff);\n  margin: 20rpx;\n  animation: wave 1s linear infinite;\n  border-radius: 40rpx;\n}\n\n.wave:nth-child(2) {\n  animation-delay: 0.1s;\n}\n\n.wave:nth-child(3) {\n  animation-delay: 0.2s;\n}\n\n.wave:nth-child(4) {\n  animation-delay: 0.3s;\n}\n\n.wave:nth-child(5) {\n  animation-delay: 0.4s;\n}\n\n.wave:nth-child(6) {\n  animation-delay: 0.5s;\n}\n\n.wave:nth-child(7) {\n  animation-delay: 0.6s;\n}\n\n.wave:nth-child(8) {\n  animation-delay: 0.7s;\n}\n\n.wave:nth-child(9) {\n  animation-delay: 0.8s;\n}\n\n.wave:nth-child(10) {\n  animation-delay: 0.9s;\n}\n\n@keyframes wave {\n  0% {\n    transform: scale(0);\n  }\n\n  50% {\n    transform: scale(1);\n  }\n\n  100% {\n    transform: scale(0);\n  }\n}\n\n",
    "component_name": "GalaxyBitterDragonfly93"
  },
  "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": 1209,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:42.000Z",
  "updated_at": "2025-07-31T07:55:42.000Z"
}