{
  "id": "vinodjangid07_tall-termite-75",
  "name": "tall-termite-75",
  "category": "loaders",
  "author": "vinodjangid07",
  "description": "tall-termite-75 组件 (animation, loading, loader, book, loading animation)",
  "tags": [
    "animation",
    "loading",
    "loader",
    "book",
    "loading animation"
  ],
  "original": {
    "html": "<div class=\"loader\">\n  <div class=\"book-wrapper\">\n    <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"white\" viewBox=\"0 0 126 75\" class=\"book\">\n      <rect stroke-width=\"5\" stroke=\"#e05452\" rx=\"7.5\" height=\"70\" width=\"121\" y=\"2.5\" x=\"2.5\"></rect>\n      <line stroke-width=\"5\" stroke=\"#e05452\" y2=\"75\" x2=\"63.5\" x1=\"63.5\"></line>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M25 20H50\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M101 20H76\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M16 30L50 30\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M110 30L76 30\"></path>\n    </svg>\n\n    <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#ffffff74\" viewBox=\"0 0 65 75\" class=\"book-page\">\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M40 20H15\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M49 30L15 30\"></path>\n      <path stroke-width=\"5\" stroke=\"#e05452\" d=\"M2.5 2.5H55C59.1421 2.5 62.5 5.85786 62.5 10V65C62.5 69.1421 59.1421 72.5 55 72.5H2.5V2.5Z\"></path>\n    </svg>\n  </div>\n</div>",
    "css": "/* From Uiverse.io by vinodjangid07  - Tags: animation, loading, loader, book, loading animation */\n.loader {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.book-wrapper {\n  width: 150px;\n  height: fit-content;\n  display: flex;\n  align-items: center;\n  justify-content: flex-end;\n  position: relative;\n}\n.book {\n  width: 100%;\n  height: auto;\n  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.137));\n}\n.book-wrapper .book-page {\n  width: 50%;\n  height: auto;\n  position: absolute;\n  animation: paging 0.15s linear infinite;\n  transform-origin: left;\n}\n@keyframes paging {\n  0% {\n    transform: rotateY(0deg) skewY(0deg);\n  }\n  50% {\n    transform: rotateY(90deg) skewY(-20deg);\n  }\n  100% {\n    transform: rotateY(180deg) skewY(0deg);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/vinodjangid07_tall-termite-75.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n  <view class=\"book-wrapper\"></view>\n    <view xmlns=\"http://www.w3.org/2000/svg\" fill=\"white\" viewBox=\"0 0 126 75\" class=\"book\"></view>\n      <rect stroke-width=\"5\" stroke=\"#e05452\" rx=\"7.5\" height=\"70\" width=\"121\" y=\"2.5\" x=\"2.5\"></rect>\n      <line stroke-width=\"5\" stroke=\"#e05452\" y2=\"75\" x2=\"63.5\" x1=\"63.5\"></line>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M25 20H50\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M101 20H76\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M16 30L50 30\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M110 30L76 30\"></path>\n    </svg>\n\n    <view xmlns=\"http://www.w3.org/2000/svg\" fill=\"#ffffff74\" viewBox=\"0 0 65 75\" class=\"book-page\"></view>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M40 20H15\"></path>\n      <path stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#c18949\" d=\"M49 30L15 30\"></path>\n      <path stroke-width=\"5\" stroke=\"#e05452\" d=\"M2.5 2.5H55C59.1421 2.5 62.5 5.85786 62.5 10V65C62.5 69.1421 59.1421 72.5 55 72.5H2.5V2.5Z\"></path>\n    </svg>\n  </div>\n</div>",
    "script": "export default {\n  name: 'GalaxyTallTermite75',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by vinodjangid07  - Tags: animation, loading, loader, book, loading animation */\n.loader {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.book-wrapper {\n  width: 300rpx;\n  height: fit-content;\n  display: flex;\n  align-items: center;\n  justify-content: flex-end;\n  position: relative;\n}\n.book {\n  width: 100%;\n  height: auto;\n  \n}\n.book-wrapper .book-page {\n  width: 50%;\n  height: auto;\n  position: absolute;\n  animation: paging 0.15s linear infinite;\n  transform-origin: left;\n}\n@keyframes paging {\n  0% {\n    transform: rotateY(0deg) skewY(0deg);\n  }\n  50% {\n    transform: rotateY(90deg) skewY(-20deg);\n  }\n  100% {\n    transform: rotateY(180deg) skewY(0deg);\n  }\n}\n\n",
    "component_name": "GalaxyTallTermite75"
  },
  "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": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 1946,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:42.798Z",
  "updated_at": "2025-07-31T07:55:42.798Z"
}