@binom/ui-animation
v1.0.4
Published
Animation UI library for Binom Angular projects — AOS scroll animations and parallax effects.
Downloads
841
Maintainers
Readme
@binom/ui-animation
Animation UI library for Binom Angular projects — AOS scroll animations and parallax effects.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/ui-animationPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/common:^21.0.0@angular/core:^21.0.0@binom/sdk-core:^2.0.0@binom/sdk-utils:^1.0.0@binom/ui-core:^1.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Aos | @binom/ui-animation/aos |
| Parallax | @binom/ui-animation/parallax |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/ui-animation';
// or
import { /* ... */ } from '@binom/ui-animation/aos';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test ui-animation