{
  "id": "abrahamcalsin_breezy-panther-14",
  "name": "breezy-panther-14",
  "category": "loaders",
  "author": "abrahamcalsin",
  "description": "breezy-panther-14 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loaderRectangle\">\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n</div>",
    "css": "/* From Uiverse.io by abrahamcalsin - Tags: loader */\n.loaderRectangle {\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 0 3px;\n}\n\n.loaderRectangle div {\n width: 10px;\n height: 16px;\n animation: .9s ease-in-out infinite;\n background: #183153;\n box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);\n}\n\n.loaderRectangle div:nth-child(1) {\n animation-name: rectangleOneAnim;\n animation-delay: 1s;\n}\n\n@keyframes rectangleOneAnim {\n 0% {\n  height: 15px;\n }\n\n 40% {\n  height: 30px;\n }\n\n 100% {\n  height: 15px;\n }\n}\n\n.loaderRectangle div:nth-child(2) {\n animation-name: rectangleTwoAnim;\n animation-delay: 1.1s;\n}\n\n@keyframes rectangleTwoAnim {\n 0% {\n  height: 15px;\n }\n\n 40% {\n  height: 40px;\n }\n\n 100% {\n  height: 15px;\n }\n}\n\n.loaderRectangle div:nth-child(3) {\n animation-name: rectangleThreeAnim;\n animation-delay: 1.2s;\n}\n\n@keyframes rectangleThreeAnim {\n 0% {\n  height: 15px;\n }\n\n 40% {\n  height: 50px;\n }\n\n 100% {\n  height: 15px;\n }\n}\n\n.loaderRectangle div:nth-child(4) {\n animation-name: rectangleFourAnim;\n animation-delay: 1.3s;\n}\n\n@keyframes rectangleFourAnim {\n 0% {\n  height: 15px;\n }\n\n 40% {\n  height: 40px;\n }\n\n 100% {\n  height: 15px;\n }\n}\n\n.loaderRectangle div:nth-child(5) {\n animation-name: rectangleFiveAnim;\n animation-delay: 1.4s;\n}\n\n@keyframes rectangleFiveAnim {\n 0% {\n  height: 15px;\n }\n\n 40% {\n  height: 30px;\n }\n\n 100% {\n  height: 15px;\n }\n}",
    "file_path": "/mnt/persist/workspace/loaders/abrahamcalsin_breezy-panther-14.html"
  },
  "uniapp": {
    "template": "<view class=\"loaderRectangle\"></view>\n<view></view>\n<view></view>\n<view></view>\n<view></view>\n<view></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyBreezyPanther14',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by abrahamcalsin - Tags: loader */\n.loaderRectangle {\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 0 6rpx;\n}\n\n.loaderRectangle div {\n width: 20rpx;\n height: 32rpx;\n animation: .9s ease-in-out infinite;\n background: #183153;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0 40rpx rgba(18, 31, 53, 0.3);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n.loaderRectangle div:nth-child(1) {\n animation-name: rectangleOneAnim;\n animation-delay: 1s;\n}\n\n@keyframes rectangleOneAnim {\n 0% {\n  height: 30rpx;\n }\n\n 40% {\n  height: 60rpx;\n }\n\n 100% {\n  height: 30rpx;\n }\n}\n\n.loaderRectangle div:nth-child(2) {\n animation-name: rectangleTwoAnim;\n animation-delay: 1.1s;\n}\n\n@keyframes rectangleTwoAnim {\n 0% {\n  height: 30rpx;\n }\n\n 40% {\n  height: 80rpx;\n }\n\n 100% {\n  height: 30rpx;\n }\n}\n\n.loaderRectangle div:nth-child(3) {\n animation-name: rectangleThreeAnim;\n animation-delay: 1.2s;\n}\n\n@keyframes rectangleThreeAnim {\n 0% {\n  height: 30rpx;\n }\n\n 40% {\n  height: 100rpx;\n }\n\n 100% {\n  height: 30rpx;\n }\n}\n\n.loaderRectangle div:nth-child(4) {\n animation-name: rectangleFourAnim;\n animation-delay: 1.3s;\n}\n\n@keyframes rectangleFourAnim {\n 0% {\n  height: 30rpx;\n }\n\n 40% {\n  height: 80rpx;\n }\n\n 100% {\n  height: 30rpx;\n }\n}\n\n.loaderRectangle div:nth-child(5) {\n animation-name: rectangleFiveAnim;\n animation-delay: 1.4s;\n}\n\n@keyframes rectangleFiveAnim {\n 0% {\n  height: 30rpx;\n }\n\n 40% {\n  height: 60rpx;\n }\n\n 100% {\n  height: 30rpx;\n }\n}\n",
    "component_name": "GalaxyBreezyPanther14"
  },
  "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": "high",
    "bundle_size": 1472,
    "render_cost": "high",
    "memory_usage": "high"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.863Z",
  "updated_at": "2025-07-31T07:55:40.863Z"
}