{
  "id": "boryanakrasteva_ancient-quail-68",
  "name": "ancient-quail-68",
  "category": "loaders",
  "author": "boryanakrasteva",
  "description": "ancient-quail-68 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"honeycomb\">\n  <div></div>\n  <div></div>\n  <div></div>\n  <div></div>\n  <div></div>\n  <div></div>\n  <div></div>\n</div>",
    "css": "/* From Uiverse.io by boryanakrasteva - Tags: loader */\n@-webkit-keyframes honeycomb {\n  0%,\n  20%,\n  80%,\n  100% {\n    opacity: 0;\n    -webkit-transform: scale(0);\n    transform: scale(0);\n  }\n\n  30%,\n  70% {\n    opacity: 1;\n    -webkit-transform: scale(1);\n    transform: scale(1);\n  }\n}\n\n@keyframes honeycomb {\n  0%,\n  20%,\n  80%,\n  100% {\n    opacity: 0;\n    -webkit-transform: scale(0);\n    transform: scale(0);\n  }\n\n  30%,\n  70% {\n    opacity: 1;\n    -webkit-transform: scale(1);\n    transform: scale(1);\n  }\n}\n\n.honeycomb {\n  height: 24px;\n  position: relative;\n  width: 24px;\n}\n\n.honeycomb div {\n  -webkit-animation: honeycomb 2.1s infinite backwards;\n  animation: honeycomb 2.1s infinite backwards;\n  background: #f3f3f3;\n  height: 12px;\n  margin-top: 6px;\n  position: absolute;\n  width: 24px;\n}\n\n.honeycomb div:after, .honeycomb div:before {\n  content: '';\n  border-left: 12px solid transparent;\n  border-right: 12px solid transparent;\n  position: absolute;\n  left: 0;\n  right: 0;\n}\n\n.honeycomb div:after {\n  top: -6px;\n  border-bottom: 6px solid #f3f3f3;\n}\n\n.honeycomb div:before {\n  bottom: -6px;\n  border-top: 6px solid #f3f3f3;\n}\n\n.honeycomb div:nth-child(1) {\n  -webkit-animation-delay: 0s;\n  animation-delay: 0s;\n  left: -28px;\n  top: 0;\n}\n\n.honeycomb div:nth-child(2) {\n  -webkit-animation-delay: 0.1s;\n  animation-delay: 0.1s;\n  left: -14px;\n  top: 22px;\n}\n\n.honeycomb div:nth-child(3) {\n  -webkit-animation-delay: 0.2s;\n  animation-delay: 0.2s;\n  left: 14px;\n  top: 22px;\n}\n\n.honeycomb div:nth-child(4) {\n  -webkit-animation-delay: 0.3s;\n  animation-delay: 0.3s;\n  left: 28px;\n  top: 0;\n}\n\n.honeycomb div:nth-child(5) {\n  -webkit-animation-delay: 0.4s;\n  animation-delay: 0.4s;\n  left: 14px;\n  top: -22px;\n}\n\n.honeycomb div:nth-child(6) {\n  -webkit-animation-delay: 0.5s;\n  animation-delay: 0.5s;\n  left: -14px;\n  top: -22px;\n}\n\n.honeycomb div:nth-child(7) {\n  -webkit-animation-delay: 0.6s;\n  animation-delay: 0.6s;\n  left: 0;\n  top: 0;\n}",
    "file_path": "/mnt/persist/workspace/loaders/boryanakrasteva_ancient-quail-68.html"
  },
  "uniapp": {
    "template": "<view class=\"honeycomb\"></view>\n  <view></view>\n  <view></view>\n  <view></view>\n  <view></view>\n  <view></view>\n  <view></view>\n  <view></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyAncientQuail68',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by boryanakrasteva - Tags: loader */\n@-webkit-keyframes honeycomb {\n  0%,\n  20%,\n  80%,\n  100% {\n    opacity: 0;\n    -webkit-transform: scale(0);\n    transform: scale(0);\n  }\n\n  30%,\n  70% {\n    opacity: 1;\n    -webkit-transform: scale(1);\n    transform: scale(1);\n  }\n}\n\n@keyframes honeycomb {\n  0%,\n  20%,\n  80%,\n  100% {\n    opacity: 0;\n    -webkit-transform: scale(0);\n    transform: scale(0);\n  }\n\n  30%,\n  70% {\n    opacity: 1;\n    -webkit-transform: scale(1);\n    transform: scale(1);\n  }\n}\n\n.honeycomb {\n  height: 48rpx;\n  position: relative;\n  width: 48rpx;\n}\n\n.honeycomb div {\n  -webkit-animation: honeycomb 2.1s infinite backwards;\n  animation: honeycomb 2.1s infinite backwards;\n  background: #f3f3f3;\n  height: 24rpx;\n  margin-top: 12rpx;\n  position: absolute;\n  width: 48rpx;\n}\n\n.honeycomb div:after, .honeycomb div:before {\n  content: '';\n  border-left: 24rpx solid transparent;\n  border-right: 24rpx solid transparent;\n  position: absolute;\n  left: 0;\n  right: 0;\n}\n\n.honeycomb div:after {\n  top: -12rpx;\n  border-bottom: 12rpx solid #f3f3f3;\n}\n\n.honeycomb div:before {\n  bottom: -12rpx;\n  border-top: 12rpx solid #f3f3f3;\n}\n\n.honeycomb div:nth-child(1) {\n  -webkit-animation-delay: 0s;\n  animation-delay: 0s;\n  left: -56rpx;\n  top: 0;\n}\n\n.honeycomb div:nth-child(2) {\n  -webkit-animation-delay: 0.1s;\n  animation-delay: 0.1s;\n  left: -28rpx;\n  top: 44rpx;\n}\n\n.honeycomb div:nth-child(3) {\n  -webkit-animation-delay: 0.2s;\n  animation-delay: 0.2s;\n  left: 28rpx;\n  top: 44rpx;\n}\n\n.honeycomb div:nth-child(4) {\n  -webkit-animation-delay: 0.3s;\n  animation-delay: 0.3s;\n  left: 56rpx;\n  top: 0;\n}\n\n.honeycomb div:nth-child(5) {\n  -webkit-animation-delay: 0.4s;\n  animation-delay: 0.4s;\n  left: 28rpx;\n  top: -44rpx;\n}\n\n.honeycomb div:nth-child(6) {\n  -webkit-animation-delay: 0.5s;\n  animation-delay: 0.5s;\n  left: -28rpx;\n  top: -44rpx;\n}\n\n.honeycomb div:nth-child(7) {\n  -webkit-animation-delay: 0.6s;\n  animation-delay: 0.6s;\n  left: 0;\n  top: 0;\n}\n",
    "component_name": "GalaxyAncientQuail68"
  },
  "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": "high",
    "bundle_size": 2090,
    "render_cost": "high",
    "memory_usage": "high"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:41.072Z",
  "updated_at": "2025-07-31T07:55:41.072Z"
}