tangtaoit / telegram-rlottie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. rlottie lottie 动画
  2. pako 用pako.inflate解压

本地启动服务即可

使用

前端页面

  1. dist 下的资源放在项目的 public 等,几个文件要在同一个目录下
  2. 页面 script 加载 tgsticker.min.js
  3. 页面动画的标签为如下,其他 srcsetpako 压缩后的文件, 参考 index.js
<picture class="js-tgsticker"><source type="application/x-tgsticker" srcset="/json/8940838e7dddc787d8"></picture>
  1. 开启动画:
document.querySelectorAll('.js-tgsticker').forEach(function (imgEl) {
  RLottie.init(imgEl, {"maxDeviceRatio":2, "cachingModulo":3, "unsupportedURL":"\/?notgs=1"});
});

About


Languages

Language:JavaScript 97.6%Language:HTML 2.4%