public
Description: Simple Tweening for JavaScript
Homepage: http://beatak.github.com/meetup.tweener/
Clone URL: git://github.com/beatak/meetup.tweener.git
name age message
file .gitignore Tue Apr 14 01:40:12 -0700 2009 The first real commit to github. Version 0.5 [beatak]
file LICENSE Tue Apr 14 01:56:53 -0700 2009 added LICENSE file and license note [beatak]
file README.markdown Tue Jun 23 07:51:00 -0700 2009 comment out one line to avoid an issue on produ... [Takashi Mizohata]
file makedoc Fri Apr 24 12:31:05 -0700 2009 Added NaturalDocs script [beatak]
directory naturaldocs/ Fri Apr 24 12:31:05 -0700 2009 Added NaturalDocs script [beatak]
directory src/ Tue Jun 23 07:51:00 -0700 2009 comment out one line to avoid an issue on produ... [Takashi Mizohata]
README.markdown

Meetup.Tweener

Meetup.Tweener is a simple JavaScript Tweening library.

Versions

0.5.3 2009-06-23

  • Commented out one line which may cause a silly error

0.5.2 2009-04-18

  • Added root namespace (Meetup) object conditional at the beginning

0.5.1 2009-04-14

  • Added License note

0.5 2009-04-14

  • Organized code
  • Wrote comments
  • Marked Meetup.Tweener.Tween.prototype.dump() as OBSOLETE. Please use Meetup.Tweener.Tween.prototype.discard() instead.