{
  "id": "garerim_loud-ape-6",
  "name": "loud-ape-6",
  "category": "loaders",
  "author": "garerim",
  "description": "loud-ape-6 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"anim-box\">\n        <div class=\"anim-interieur\">\n            <div class=\"rect rect1\"></div>\n            <div class=\"rect rect2\"></div>\n            <div class=\"rect rect3\"></div>\n            <div class=\"rect rect4\"></div>\n            <div class=\"rect rect5\"></div>\n        </div>\n    </div>",
    "css": "/* From Uiverse.io by garerim - Tags: loader */\n.anim-box {\n  width: 200px;\n  height: 200px;\n  border: 5px solid #333;\n  margin: 100px auto;\n  position: relative;\n}\n\n.anim-interieur {\n  width: 100px;\n  height: 50px;\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n    /* background-color: orange; */\n  text-align: center;\n}\n\n.rect {\n  background-color: #333;\n  display: inline-block;\n  height: 60px;\n  width: 6px;\n  margin: 0px  1px;\n  animation: etire 1.2s infinite ease-in-out;\n}\n\n@keyframes etire {\n  0% {\n    transform: scaleY(0.4);\n  }\n\n  20% {\n    transform: scaleY(1);\n  }\n\n  40% {\n    transform: scaleY(0.4);\n  }\n\n  100% {\n    transform: scaleY(0.4);\n  }\n}\n\n.rect2 {\n  animation-delay: -1.1s;\n}\n\n.rect3 {\n  animation-delay: -1s;\n}\n\n.rect4 {\n  animation-delay: -0.9s;\n}\n\n.rect5 {\n  animation-delay: -0.8s;\n}",
    "file_path": "/mnt/persist/workspace/loaders/garerim_loud-ape-6.html"
  },
  "uniapp": {
    "template": "<view class=\"anim-box\"></view>\n        <view class=\"anim-interieur\"></view>\n            <view class=\"rect rect1\"></view>\n            <view class=\"rect rect2\"></view>\n            <view class=\"rect rect3\"></view>\n            <view class=\"rect rect4\"></view>\n            <view class=\"rect rect5\"></view>\n        </div>\n    </div>",
    "script": "export default {\n  name: 'GalaxyLoudApe6',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by garerim - Tags: loader */\n.anim-box {\n  width: 400rpx;\n  height: 400rpx;\n  border: 10rpx solid #333;\n  margin: 200rpx auto;\n  position: relative;\n}\n\n.anim-interieur {\n  width: 200rpx;\n  height: 100rpx;\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n    /* background-color: orange; */\n  text-align: center;\n}\n\n.rect {\n  background-color: #333;\n  display: inline-block;\n  height: 120rpx;\n  width: 12rpx;\n  margin: 0rpx  2rpx;\n  animation: etire 1.2s infinite ease-in-out;\n}\n\n@keyframes etire {\n  0% {\n    transform: scaleY(0.4);\n  }\n\n  20% {\n    transform: scaleY(1);\n  }\n\n  40% {\n    transform: scaleY(0.4);\n  }\n\n  100% {\n    transform: scaleY(0.4);\n  }\n}\n\n.rect2 {\n  animation-delay: -1.1s;\n}\n\n.rect3 {\n  animation-delay: -1s;\n}\n\n.rect4 {\n  animation-delay: -0.9s;\n}\n\n.rect5 {\n  animation-delay: -0.8s;\n}\n",
    "component_name": "GalaxyLoudApe6"
  },
  "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": 1153,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:42.152Z",
  "updated_at": "2025-07-31T07:55:42.152Z"
}