{
  "id": "JkHuger_tall-duck-98",
  "name": "tall-duck-98",
  "category": "loaders",
  "author": "JkHuger",
  "description": "tall-duck-98 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"container\">\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n  <div class=\"block\"></div>\n</div>",
    "css": "/* From Uiverse.io by JkHuger - Tags: loader */\n.container {\n  width: 80px;\n  height: 100px;\n}\n\n.block {\n  position: relative;\n  box-sizing: border-box;\n  float: left;\n  margin: 0 10px 10px 0;\n  width: 12px;\n  height: 12px;\n  border-radius: 3px;\n  background: #FFF;\n}\n\n.block:nth-child(4n+1) {\n  animation: wave_61 2s ease .0s infinite;\n}\n\n.block:nth-child(4n+2) {\n  animation: wave_61 2s ease .2s infinite;\n}\n\n.block:nth-child(4n+3) {\n  animation: wave_61 2s ease .4s infinite;\n}\n\n.block:nth-child(4n+4) {\n  animation: wave_61 2s ease .6s infinite;\n  margin-right: 0;\n}\n\n@keyframes wave_61 {\n  0% {\n    top: 0;\n    opacity: 1;\n  }\n\n  50% {\n    top: 30px;\n    opacity: .2;\n  }\n\n  100% {\n    top: 0;\n    opacity: 1;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/JkHuger_tall-duck-98.html"
  },
  "uniapp": {
    "template": "<view class=\"container\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n  <view class=\"block\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyTallDuck98',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by JkHuger - Tags: loader */\n.container {\n  width: 160rpx;\n  height: 200rpx;\n}\n\n.block {\n  position: relative;\n  box-sizing: border-box;\n  float: left;\n  margin: 0 20rpx 20rpx 0;\n  width: 24rpx;\n  height: 24rpx;\n  border-radius: 6rpx;\n  background: #FFF;\n}\n\n.block:nth-child(4n+1) {\n  animation: wave_61 2s ease .0s infinite;\n}\n\n.block:nth-child(4n+2) {\n  animation: wave_61 2s ease .2s infinite;\n}\n\n.block:nth-child(4n+3) {\n  animation: wave_61 2s ease .4s infinite;\n}\n\n.block:nth-child(4n+4) {\n  animation: wave_61 2s ease .6s infinite;\n  margin-right: 0;\n}\n\n@keyframes wave_61 {\n  0% {\n    top: 0;\n    opacity: 1;\n  }\n\n  50% {\n    top: 60rpx;\n    opacity: .2;\n  }\n\n  100% {\n    top: 0;\n    opacity: 1;\n  }\n}\n",
    "component_name": "GalaxyTallDuck98"
  },
  "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": 1202,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.545Z",
  "updated_at": "2025-07-31T07:55:39.545Z"
}