Meteor Animation

screenshot of Meteor Animation

An animation pattern for #meteorjs that allow to animate your template when object from database are inserted / updated / removed

Overview:

This product, called Meteor Animation, is a package that allows users to animate their template based on database events such as insert, update, and remove. It can be used in conjunction with MagicCss, a CSS library. The package provides methods to alter the template, cursor, and collection authorization to enable animation. Users can also customize the animation effects by overloading certain methods. A sample is available for reference.

Features:

  • Animate template based on database events: Users can animate their template by using the package's methods for insert, update, and remove events.
  • Integration with MagicCss: Users can use MagicCss to enhance the animation effects by including the required CSS.
  • Customization options: Users have the ability to customize the animation effects by overloading specific methods.

Summary:

Meteor Animation is a package that enables users to animate their templates based on database events. It provides flexibility by allowing integration with MagicCss and customization of animation effects. The installation process involves importing the package, altering the template, cursor, and collection authorization, and potentially customizing the animation effects.