
暂无内容

暂无内容
Create smooth gradient transitions with cubic easing functions ✨ Allows smoothing of gradient fills in Figma using custom cubic-bézier or step easing functions (think of transition easing). This is especially useful when dealing with transparent gradients but also allows for creative exploration. Usage The plugin is 'gradient-agnostic' in that sense that it doesn't care about the type (linear, radial etc.) and orientation of the gradient. It takes the first and last color stop as parameters and eases the gradient with the given easing function value. One caveat with this is that all other color steps in between are discarded. The plugin is open source and MIT licensed. This plugin is based on the great work of Andreas Larsen.