easing
Easing functions for smooth animation.
BezierEasing provides Cubic Bezier Curve easing which generalizes easing functions exactly like in CSS Transitions.
A collection of easing functions.
Collection of easing functions in TypeScript
tsParticles easing quad plugin
Simple and fast tweening engine with optimised Robert Penner's equations.
[](https://discord.gg/poimandres)
Create smooth gradients in React Native
Utility script that takes an easing function as input and outputs a coordinate set with adjustable precision/resolution.
PostCSS plugin to create smooth linear-gradients that approximate easing functions.
tsParticles easing sine plugin
tsParticles easing back plugin
tsParticles easing linear plugin
tsParticles easing expo plugin
tsParticles easing cubic plugin
tsParticles easing quint plugin
tsParticles easing quart plugin
tsParticles easing circ plugin
Quick and easy spring animations. Works with other animation libraries (animejs, framer motion, motion one, @okikio/animate, etc...) or the Web Animation API (WAAPI).
A jQuery plugin from GSGD to give advanced easing options
Additional easing equations for the fx module in the svgjs.com library
Easings Js Library
Tailwind CSS v4 plugin for eased gradient stops
cd ../../projects/blah gets old quick. Mark allows you to mark directories with a shortcut and jump between them with ease.
SemillaGen let's you create (Actionscript3.0 based) projects and classes with ease. SemillaGen generated projects or classes are customizable via templates. The default templates setup the project for Continuous Integration using FlexUnit. the default class template creates a class and a test case automatically. usage: To create a new project run: $ semillagen project MyAwesomeProject $ ls MyAwesomeProject To create a new class with test case: $ cd MyAwesomeProject $ semillagen class com.semilla.MillionDollarClass You will see that semillagen created the following files: src/com/semilla/MillionDollarClass.as test-src/com/semilla/MillionDollarClassTest.as The default template is ready for building as soon as created. To build and test your project we use rake. $ rake Rake will build a debug and release versions of your project. It will also create a FlexUnit test swf and run the test. You will see the results of the tests and also you will see some xml files under the [test-report] folder. These reports are JUnit compatible. You can use a CI tool like Jenkins to automatically build and test your project.