{
  "id": "SteveBloX_happy-emu-33",
  "name": "happy-emu-33",
  "category": "loaders",
  "author": "SteveBloX",
  "description": "happy-emu-33 组件 (loader, google, color, animation)",
  "tags": [
    "loader",
    "google",
    "color",
    "animation"
  ],
  "original": {
    "html": "<div class=\"wrapper\">\n  <div class=\"blue ball\"></div>\n  <div class=\"red ball\"></div>\n  <div class=\"yellow ball\"></div>\n  <div class=\"green ball\"></div>\n</div>",
    "css": "/* From Uiverse.io by SteveBloX  - Website: https://codepen.io/travishorn/pen/YyGVRG - Name: Google / Travis Horn - Tags: loader, google, color */\n.wrapper {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  height: 200px;\n}\n\n.ball {\n  --size: 16px;\n  width: var(--size);\n  height: var(--size);\n  border-radius: 11px;\n  margin: 0 10px;\n\n  animation: 2s bounce ease infinite;\n}\n\n.blue {\n  background-color: #4285f5;\n}\n\n.red {\n  background-color: #ea4436;\n  animation-delay: 0.25s;\n}\n\n.yellow {\n  background-color: #fbbd06;\n  animation-delay: 0.5s;\n}\n\n.green {\n  background-color: #34a952;\n  animation-delay: 0.75s;\n}\n\n@keyframes bounce {\n  50% {\n    transform: translateY(25px);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/SteveBloX_happy-emu-33.html"
  },
  "uniapp": {
    "template": "<view class=\"wrapper\"></view>\n  <view class=\"blue ball\"></view>\n  <view class=\"red ball\"></view>\n  <view class=\"yellow ball\"></view>\n  <view class=\"green ball\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyHappyEmu33',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by SteveBloX  - Website: https://codepen.io/travishorn/pen/YyGVRG - Name: Google / Travis Horn - Tags: loader, google, color */\n.wrapper {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  height: 400rpx;\n}\n\n.ball {\n  --size: 32rpx;\n  width: var(--size);\n  height: var(--size);\n  border-radius: 22rpx;\n  margin: 0 20rpx;\n\n  animation: 2s bounce ease infinite;\n}\n\n.blue {\n  background-color: #4285f5;\n}\n\n.red {\n  background-color: #ea4436;\n  animation-delay: 0.25s;\n}\n\n.yellow {\n  background-color: #fbbd06;\n  animation-delay: 0.5s;\n}\n\n.green {\n  background-color: #34a952;\n  animation-delay: 0.75s;\n}\n\n@keyframes bounce {\n  50% {\n    transform: translateY(50rpx);\n  }\n}\n\n",
    "component_name": "GalaxyHappyEmu33"
  },
  "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": 870,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.601Z",
  "updated_at": "2025-07-31T07:55:40.601Z"
}