skel01-anim
v0.0.6
Published
Animation utilities and libraries for the skel01 framework.
Readme
skel01-anim
Animation utilities and libraries for the skel01 framework.
Description
This package provides animation capabilities for web applications built with the skel01 framework. It includes various animation libraries and tools to create smooth, engaging user experiences.
Key Libraries
- preloadjs: Library for preloading assets
- easeljs: Canvas library for creating interactive experiences and games
- tweenjs: Tweening/animation library for JavaScript
- jQuery Easing: Additional easing functions for jQuery animations
Installation
This package is part of the skel01 monorepo and is typically installed as a dependency:
npm install skel01-animUsage
Include the animation libraries in your project as needed:
import 'preloadjs';
import 'easeljs';
import 'tweenjs';Development
To run development server:
npm run devTo build the package:
npm run buildDependencies
- preloadjs
- easeljs
- tweenjs
- jquery-easing
- Other common web libraries (bootstrap, jquery, font-awesome)
License
MIT
