{
  "id": "SalladShooter_mean-fireant-26",
  "name": "mean-fireant-26",
  "category": "loaders",
  "author": "SalladShooter",
  "description": "mean-fireant-26 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\">\n  <div class=\"circle\"></div>\n  <div class=\"circle\"></div>\n  <div class=\"circle\"></div>\n  <div class=\"circle\"></div>\n  <div class=\"circle\"></div>\n  <div class=\"circle\"></div>\n  <div class=\"circle\"></div>\n  <div class=\"circle\"></div>\n</div>",
    "css": "/* From Uiverse.io by SalladShooter  - Tags: loader */\n.loader {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  position: relative;\n}\n\n.circle {\n  background: rgba(50, 120, 180, 1);\n  width: 15px;\n  height: 15px;\n  position: absolute;\n  border-radius: 50%;\n  animation: figureEight 1.5s linear infinite;\n}\n\n.circle:nth-child(2) {\n  animation-delay: 0.1s;\n  width: 12px;\n  height: 12px;\n  background: rgba(50, 120, 180, 0.5);\n}\n\n.circle:nth-child(3) {\n  animation-delay: 0.2s;\n  width: 10px;\n  height: 10px;\n  background: rgba(50, 120, 180, 0.35);\n}\n\n.circle:nth-child(4) {\n  animation-delay: 0.3s;\n  width: 10px;\n  height: 10px;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(5) {\n  animation-delay: 0.4s;\n  width: 10px;\n  height: 10px;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(6) {\n  animation-delay: 0.5s;\n  width: 10px;\n  height: 10px;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(7) {\n  animation-delay: 0.6s;\n  width: 10px;\n  height: 10px;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(8) {\n  animation-delay: 0.7s;\n  width: 10px;\n  height: 10px;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n@keyframes figureEight {\n  0%,\n  100% {\n    transform: translate(0, 0);\n  }\n  12.5% {\n    transform: translate(50px, -25px);\n  }\n  25% {\n    transform: translate(100px, 0);\n  }\n  37.5% {\n    transform: translate(50px, 25px);\n  }\n  50% {\n    transform: translate(0, 0);\n  }\n  62.5% {\n    transform: translate(-50px, -25px);\n  }\n  75% {\n    transform: translate(-100px, 0);\n  }\n  87.5% {\n    transform: translate(-50px, 25px);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/SalladShooter_mean-fireant-26.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n  <view class=\"circle\"></view>\n  <view class=\"circle\"></view>\n  <view class=\"circle\"></view>\n  <view class=\"circle\"></view>\n  <view class=\"circle\"></view>\n  <view class=\"circle\"></view>\n  <view class=\"circle\"></view>\n  <view class=\"circle\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyMeanFireant26',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by SalladShooter  - Tags: loader */\n.loader {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  position: relative;\n}\n\n.circle {\n  background: rgba(50, 120, 180, 1);\n  width: 30rpx;\n  height: 30rpx;\n  position: absolute;\n  border-radius: 50%;\n  animation: figureEight 1.5s linear infinite;\n}\n\n.circle:nth-child(2) {\n  animation-delay: 0.1s;\n  width: 24rpx;\n  height: 24rpx;\n  background: rgba(50, 120, 180, 0.5);\n}\n\n.circle:nth-child(3) {\n  animation-delay: 0.2s;\n  width: 20rpx;\n  height: 20rpx;\n  background: rgba(50, 120, 180, 0.35);\n}\n\n.circle:nth-child(4) {\n  animation-delay: 0.3s;\n  width: 20rpx;\n  height: 20rpx;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(5) {\n  animation-delay: 0.4s;\n  width: 20rpx;\n  height: 20rpx;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(6) {\n  animation-delay: 0.5s;\n  width: 20rpx;\n  height: 20rpx;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(7) {\n  animation-delay: 0.6s;\n  width: 20rpx;\n  height: 20rpx;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n.circle:nth-child(8) {\n  animation-delay: 0.7s;\n  width: 20rpx;\n  height: 20rpx;\n  background: rgba(50, 120, 180, 0.15);\n}\n\n@keyframes figureEight {\n  0%,\n  100% {\n    transform: translate(0, 0);\n  }\n  12.5% {\n    transform: translate(100rpx, -50rpx);\n  }\n  25% {\n    transform: translate(200rpx, 0);\n  }\n  37.5% {\n    transform: translate(100rpx, 50rpx);\n  }\n  50% {\n    transform: translate(0, 0);\n  }\n  62.5% {\n    transform: translate(-100rpx, -50rpx);\n  }\n  75% {\n    transform: translate(-200rpx, 0);\n  }\n  87.5% {\n    transform: translate(-100rpx, 50rpx);\n  }\n}\n\n",
    "component_name": "GalaxyMeanFireant26"
  },
  "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": 1881,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.217Z",
  "updated_at": "2025-07-31T07:55:40.217Z"
}