{
  "id": "JkHuger_quick-rattlesnake-57",
  "name": "quick-rattlesnake-57",
  "category": "loaders",
  "author": "JkHuger",
  "description": "quick-rattlesnake-57 组件 (animation, loader, text)",
  "tags": [
    "animation",
    "loader",
    "text"
  ],
  "original": {
    "html": "<div class=\"container\">\n  <div class=\"content\">\n    <div class=\"content__container\">\n      <p class=\"content__container__text\">\n        Hello\n      </p>\n    \n      <ul class=\"content__container__list\">\n        <li class=\"content__container__list__item\">world !</li>\n        <li class=\"content__container__list__item\">coder !</li>\n        <li class=\"content__container__list__item\">users !</li>\n        <li class=\"content__container__list__item\">uiverse</li>\n      </ul>\n    </div>\n  </div>\n</div>",
    "css": "/* From Uiverse.io by JkHuger - Tags: animation, loader, text */\n.container {\n  width: 307px;\n  height: 50px;\n}\n\n.content {\n  display: block;\n  position: sticky;\n  overflow: hidden;\n  font-family: 'Lato', sans-serif;\n  font-size: 35px;\n  line-height: 40px;\n  color: #ecf0f1;\n}\n\n.content__container {\n  font-weight: 600;\n  overflow: hidden;\n  height: 40px;\n  padding: 0 40px;\n}\n\n.content__container:before {\n  content: '[';\n  left: 0;\n}\n\n.content__container:after {\n  content: ']';\n  position: absolute;\n  right: 0;\n}\n\n.content__container:after, .content__container:before {\n  position: absolute;\n  top: -2px;\n  color: #16a085;\n  font-size: 42px;\n  line-height: 40px;\n  -webkit-animation-name: opacity;\n  -webkit-animation-duration: 2s;\n  -webkit-animation-iteration-count: infinite;\n  animation-name: opacity;\n  animation-duration: 2s;\n  animation-iteration-count: infinite;\n}\n\n.content__container__text {\n  display: inline;\n  float: left;\n  margin: 0;\n}\n\n.content__container__list {\n  margin-top: 0;\n  padding-left: 110px;\n  text-align: left;\n  list-style: none;\n  -webkit-animation-name: change;\n  -webkit-animation-duration: 10s;\n  -webkit-animation-iteration-count: infinite;\n  animation-name: change;\n  animation-duration: 10s;\n  animation-iteration-count: infinite;\n}\n\n.content__container__list__item {\n  line-height: 40px;\n  margin: 0;\n}\n\n@keyframes opacity {\n  0%, 100% {\n    opacity: 0;\n  }\n\n  50% {\n    opacity: 1;\n  }\n}\n\n@keyframes change {\n  0%, 12.66%, 100% {\n    transform: translate3d(0, 0, 0);\n  }\n\n  16.66%, 29.32% {\n    transform: translate3d(0, -25%, 0);\n  }\n\n  33.32%, 45.98% {\n    transform: translate3d(0, -50%, 0);\n  }\n\n  49.98%, 62.64% {\n    transform: translate3d(0, -75%, 0);\n  }\n\n  66.64%, 79.3% {\n    transform: translate3d(0, -50%, 0);\n  }\n\n  83.3%, 95.96% {\n    transform: translate3d(0, -25%, 0);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/JkHuger_quick-rattlesnake-57.html"
  },
  "uniapp": {
    "template": "<view class=\"container\"></view>\n  <view class=\"content\"></view>\n    <view class=\"content__container\"></view>\n      <text class=\"content__container__text\"></text>\n        Hello\n      </p>\n    \n      <view class=\"content__container__list\"></view>\n        <view class=\"content__container__list__item\">world !</view>\n        <view class=\"content__container__list__item\">coder !</view>\n        <view class=\"content__container__list__item\">users !</view>\n        <view class=\"content__container__list__item\">uiverse</view>\n      </ul>\n    </div>\n  </div>\n</div>",
    "script": "export default {\n  name: 'GalaxyQuickRattlesnake57',\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: animation, loader, text */\n.container {\n  width: 614rpx;\n  height: 100rpx;\n}\n\n.content {\n  display: block;\n  position: sticky;\n  overflow: hidden;\n  font-family: 'Lato', sans-serif;\n  font-size: 70rpx;\n  line-height: 80rpx;\n  color: #ecf0f1;\n}\n\n.content__container {\n  font-weight: 600;\n  overflow: hidden;\n  height: 80rpx;\n  padding: 0 80rpx;\n}\n\n.content__container:before {\n  content: '[';\n  left: 0;\n}\n\n.content__container:after {\n  content: ']';\n  position: absolute;\n  right: 0;\n}\n\n.content__container:after, .content__container:before {\n  position: absolute;\n  top: -4rpx;\n  color: #16a085;\n  font-size: 84rpx;\n  line-height: 80rpx;\n  -webkit-animation-name: opacity;\n  -webkit-animation-duration: 2s;\n  -webkit-animation-iteration-count: infinite;\n  animation-name: opacity;\n  animation-duration: 2s;\n  animation-iteration-count: infinite;\n}\n\n.content__container__text {\n  display: inline;\n  float: left;\n  margin: 0;\n}\n\n.content__container__list {\n  margin-top: 0;\n  padding-left: 220rpx;\n  text-align: left;\n  list-style: none;\n  -webkit-animation-name: change;\n  -webkit-animation-duration: 10s;\n  -webkit-animation-iteration-count: infinite;\n  animation-name: change;\n  animation-duration: 10s;\n  animation-iteration-count: infinite;\n}\n\n.content__container__list__item {\n  line-height: 80rpx;\n  margin: 0;\n}\n\n@keyframes opacity {\n  0%, 100% {\n    opacity: 0;\n  }\n\n  50% {\n    opacity: 1;\n  }\n}\n\n@keyframes change {\n  0%, 12.66%, 100% {\n    transform: translate3d(0, 0, 0);\n  }\n\n  16.66%, 29.32% {\n    transform: translate3d(0, -25%, 0);\n  }\n\n  33.32%, 45.98% {\n    transform: translate3d(0, -50%, 0);\n  }\n\n  49.98%, 62.64% {\n    transform: translate3d(0, -75%, 0);\n  }\n\n  66.64%, 79.3% {\n    transform: translate3d(0, -50%, 0);\n  }\n\n  83.3%, 95.96% {\n    transform: translate3d(0, -25%, 0);\n  }\n}\n \n",
    "component_name": "GalaxyQuickRattlesnake57"
  },
  "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": "high",
    "bundle_size": 2335,
    "render_cost": "high",
    "memory_usage": "high"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.515Z",
  "updated_at": "2025-07-31T07:55:39.515Z"
}