Moo.fx, the tiny Ajax library, has a new release.

There are just a few changes (as befits Moo) such as:

moo.fx changelog:

  • I’ve moved the animation logic, now you can use custom transitions (found in the bottom of both moo.fx and moo.fx.pack).
  • Opacity effect has been modified, works better in safari and now you can call the setOpacity method to sudden set the opacity (crossbrowser) without displaying the effect.

moo.fx.pack changelog:

  • No more fx.FadeSize. use the new fx.Combo, supports any combination between height, width and opacity.
  • No more fx.Multi. Use the new fx.Accordion, to generate accordions in 1 line of code!!
  • No more parseClassNames (it was lame)

The main change is that there is documentation!