ng-iji
TypeScript icon, indicating that this package has built-in type declarations

0.0.6Β β€’Β PublicΒ β€’Β Published

🏯   iji   🏯

πŸ₯‹ senseijimmy πŸ₯‹ Angular Library

  • Effects
    • crossfade
    • lens flare
    • moonrise (wip)
    • fit text directive (wip)
  • Components
    • emoji
    • poster / image / gatekeeper
    • cart
    • request
    • header / footer / sidenav
  • Services
    • astro service (wip)
    • event bus
  • Utilities
    • obj utils

For example, to perform a lens flare over your site header:

<h1 iji-fx="flare" time="7000">Patricia Overton</h1>

Where time indicates an animation time of 7 secs (default 2 secs), but other inputs include:

  • delay (ms delay for the very first animation)
  • tick (how often the animation repeats, in milliseconds)

To perform a crossfade effect between one or more images:

<iji-xfade [poster]="posterImage" [images]="album"></iji-xfade>

where the initial image is poster and subsequent images are images.

Package Sidebar

Install

npm i ng-iji

Weekly Downloads

53

Version

0.0.6

License

none

Unpacked Size

475 kB

Total Files

53

Last publish

Collaborators

  • senseijames