{
  "id": "Pradeepsaranbishnoi_tricky-catfish-63",
  "name": "tricky-catfish-63",
  "category": "loaders",
  "author": "Pradeepsaranbishnoi",
  "description": "tricky-catfish-63 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"code-loader\">\n  <span>{</span><span>}</span>\n</div>",
    "css": "/* From Uiverse.io by Pradeepsaranbishnoi - Tags: loader */\n.code-loader {\n  color: #fff;\n  font-family: Consolas, Menlo, Monaco, monospace;\n  font-weight: bold;\n  font-size: 100px;\n  opacity: 0.8;\n}\n\n.code-loader span {\n  display: inline-block;\n  animation: pulse_414 0.4s alternate infinite ease-in-out;\n}\n\n.code-loader span:nth-child(odd) {\n  animation-delay: 0.4s;\n}\n\n@keyframes pulse_414 {\n  to {\n    transform: scale(0.8);\n    opacity: 0.5;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/Pradeepsaranbishnoi_tricky-catfish-63.html"
  },
  "uniapp": {
    "template": "<view class=\"code-loader\"></view>\n  <text>{</text><text>}</text>\n</div>",
    "script": "export default {\n  name: 'GalaxyTrickyCatfish63',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Pradeepsaranbishnoi - Tags: loader */\n.code-loader {\n  color: #fff;\n  font-family: Consolas, Menlo, Monaco, monospace;\n  font-weight: bold;\n  font-size: 200rpx;\n  opacity: 0.8;\n}\n\n.code-loader span {\n  display: inline-block;\n  animation: pulse_414 0.4s alternate infinite ease-in-out;\n}\n\n.code-loader span:nth-child(odd) {\n  animation-delay: 0.4s;\n}\n\n@keyframes pulse_414 {\n  to {\n    transform: scale(0.8);\n    opacity: 0.5;\n  }\n}\n",
    "component_name": "GalaxyTrickyCatfish63"
  },
  "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": 519,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.105Z",
  "updated_at": "2025-07-31T07:55:40.105Z"
}