{
  "id": "SilasRodrigues19_sweet-monkey-41",
  "name": "sweet-monkey-41",
  "category": "loaders",
  "author": "SilasRodrigues19",
  "description": "sweet-monkey-41 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\">\n    <span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\">\n            <path fill=\"#470BA9\" d=\"M158 77c6 23-8 48-28 63-21 16-49 21-68 8-19-12-28-43-20-68s33-45 58-45c26 0 52 20 58 42z\"></path>\n        </svg></span>\n    <span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\">\n            <path fill=\"#470BA9\" d=\"M158 77c6 23-8 48-28 63-21 16-49 21-68 8-19-12-28-43-20-68s33-45 58-45c26 0 52 20 58 42z\"></path>\n        </svg></span>\n    <span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\">\n            <path fill=\"#470BA9\" d=\"M158 77c6 23-8 48-28 63-21 16-49 21-68 8-19-12-28-43-20-68s33-45 58-45c26 0 52 20 58 42z\"></path>\n        </svg></span>\n</div>",
    "css": "/* From Uiverse.io by SilasRodrigues19 - Tags: loader */\n.loader {\n  z-index: 20;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: visible;\n}\n\n.loader span {\n  width: 50px;\n  height: 50px;\n  margin: -5px;\n  animation: dots_411 1.5s infinite ease-in-out;\n}\n\n.loader span:nth-child(1) {\n  -webkit-animation-delay: -.40s;\n  animation-delay: -.40s;\n}\n\n.loader span:nth-child(2) {\n  -webkit-animation-delay: -.25s;\n  animation-delay: -.25s;\n}\n\n.loader span:nth-child(3) {\n  -webkit-animation-delay: -.10s;\n  animation-delay: -.10s;\n}\n\n@keyframes dots_411 {\n  5% {\n    opacity: 0;\n  }\n\n  0%, 80%, 100% {\n    -webkit-transform: scale(0);\n    transform: scale(0);\n  }\n\n  40% {\n    -webkit-transform: scale(.8);\n    transform: scale(.8);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/SilasRodrigues19_sweet-monkey-41.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n    <text></text><view xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\"></view>\n            <path fill=\"#470BA9\" d=\"M158 77c6 23-8 48-28 63-21 16-49 21-68 8-19-12-28-43-20-68s33-45 58-45c26 0 52 20 58 42z\"></path>\n        </svg></span>\n    <text></text><view xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\"></view>\n            <path fill=\"#470BA9\" d=\"M158 77c6 23-8 48-28 63-21 16-49 21-68 8-19-12-28-43-20-68s33-45 58-45c26 0 52 20 58 42z\"></path>\n        </svg></span>\n    <text></text><view xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\"></view>\n            <path fill=\"#470BA9\" d=\"M158 77c6 23-8 48-28 63-21 16-49 21-68 8-19-12-28-43-20-68s33-45 58-45c26 0 52 20 58 42z\"></path>\n        </svg></span>\n</div>",
    "script": "export default {\n  name: 'GalaxySweetMonkey41',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by SilasRodrigues19 - Tags: loader */\n.loader {\n  z-index: 20;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: visible;\n}\n\n.loader span {\n  width: 100rpx;\n  height: 100rpx;\n  margin: -10rpx;\n  animation: dots_411 1.5s infinite ease-in-out;\n}\n\n.loader span:nth-child(1) {\n  -webkit-animation-delay: -.40s;\n  animation-delay: -.40s;\n}\n\n.loader span:nth-child(2) {\n  -webkit-animation-delay: -.25s;\n  animation-delay: -.25s;\n}\n\n.loader span:nth-child(3) {\n  -webkit-animation-delay: -.10s;\n  animation-delay: -.10s;\n}\n\n@keyframes dots_411 {\n  5% {\n    opacity: 0;\n  }\n\n  0%, 80%, 100% {\n    -webkit-transform: scale(0);\n    transform: scale(0);\n  }\n\n  40% {\n    -webkit-transform: scale(.8);\n    transform: scale(.8);\n  }\n}\n\n",
    "component_name": "GalaxySweetMonkey41"
  },
  "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": 1483,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.494Z",
  "updated_at": "2025-07-31T07:55:40.494Z"
}