TextWaterfallColor

功能描述

实现文字彩色流动效果

#依赖插件 ./libs/style.css

快速使用

## 只需加上class="waterfallcolor" 即可实现效果
    <div style="width: 92%; margin: 10px auto 10px auto; background-color: #fff; padding: 6px;">
          <div style="line-height: 35px;">
          <div style=" text-align: center; display: inline-block; width: 35px; height: 35px; border-radius: 17.5px; background: #d9d9d9; color: #f9f9f9;">
            头像
          </div>
          <div class="waterfallcolor" style="line-height: 35px; font-weight: bold; display: inline-block;">这里是VIP的昵称</div>
        </div>
    </div>

特别说明

用例详见index.html。

是否仍需要帮助? 请保持联络!
最后更新于 2024/04/24