Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

easing-gradients

Tailwind CSS plugin that eases gradient stop distribution to reduce hard edges in fades and overlays.

easing-gradients.ibelick.com

ClassEffect
gradient-ease-linearDefault linear distribution.
gradient-ease-inMore change toward the end.
gradient-ease-outMore change near the start.
gradient-ease-in-outSmooth ends, stronger middle.
gradient-ease-[cubic-bezier(...)]Custom easing curve.

Install

pnpm add easing-gradients
@import "tailwindcss"; @plugin "easing-gradients";

Usage

<div class="bg-linear-to-b from-black to-transparent gradient-ease-in-out" ></div> <div class="bg-linear-to-r from-blue-500 to-pink-500 gradient-ease-[cubic-bezier(0.3,0,0.2,1)]" ></div>

Notes

关于 About

Adds easing functions to CSS gradients in Tailwind CSS.
tailwindcsstailwindcss-plugin

语言 Languages

TypeScript89.6%
HTML6.4%
CSS4.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
13
Total Commits
峰值: 11次/周
Less
More

核心贡献者 Contributors