Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Releases: arthur5005/jquery.motionnotion

Initial Alpha Release

17 Feb 22:47
Compare
Choose a tag to compare
Initial Alpha Release Pre-release
Pre-release

This is the initial alpha release of jQuery Motion Notion. This marks the completion of the initial feature set.

Some things to note:

  1. This is highly experimental, I have a fairly simple set of base unit tests that only test the basic functionality. More tests will need to be developed in order to ensure this is ready to production use.

  2. jQuery compatibility: I have tested this with a couple of the latest versions of jQuery, a more rigorous set of unit tests would help immensely.

  3. Chaining: Calling a manipulation with an animation followed by another manipulation will end the first animation and complete the first manipulation. This is expected, I have thought long and hard about adding support for chaining, and very well may add chaining support down the road. This would likely be done through explicitly defining the classes and manipulations that you wished to be chain-able ahead of time, but lets not put the cart before the horse, the first thing to complete is the testing.

  4. AMD (Require.JS) and Bower support: Coming shortly! If anyone wants to make a commit for this, that'd be greatly appreciated ;).