fx.Color
I’ve been using the moo.fx library with great success on some internal projects at my day job. One thing that I found missing was some sort of visual cuing by the changing of colors.
I could get a visual cue using the opacity effect from moo.fx, but I wanted something similar to the highlight effect from Script.aculo.us. I also wanted to stay as lightweight as possible.
I decided to try my hand at writing my own effect for changing colors, either on the background, foreground or border color or a combination of any of the three. So here I present fx.Color. Ta-da! Here’s some samples of things you can do with it.
I put it under the same MIT license as moo.fx.