Skip to content

generate css gradients with an easing function applied to the spectrum

License

Notifications You must be signed in to change notification settings

propjockey/eased-gradient

Repository files navigation

James0x57

eased-gradient by PropJockey

  const props = {
    draw: "circle at center",
    stops: { "0%": "#ff0000", "100%": "#0000ff" },
    ease: ["factory.steps", 8, "jump-end"],
    freq: 0.067
  }
  easedGradient(props, returnRawData)

See demo.html and test/eased-gradient.js for example code use.

image image

About

generate css gradients with an easing function applied to the spectrum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published