Coder Social home page Coder Social logo

servrox / animations-lib Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 13 KB

Fancy angular library containing easy to use and customizable animation elements.

Home Page: https://www.npmjs.com/package/@servrox/animations-lib

JavaScript 4.14% TypeScript 77.54% HTML 10.68% CSS 7.64%
angular7 angular-library angular-animations infinite-loop overlay servrox angular angular-animate angular-animation infinite

animations-lib's Introduction

Build Status

servrox's AnimationsLib

Fancy angular library containing easy to use and customizable animation elements.

Info: See travis ci script to know how to build this lib-only-repo locally.

Live Demo

Getting Started

1. Install

npm i @servrox/animations-lib

2. Import module (e.g. OverlayModule)

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

import { OverlayModule } from '@servrox/animations-lib';


@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, OverlayModule],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {}

3. Use in template (e.g. OverlayModule -> every input variable is optional)

<ss-ani-lib-overlay
    *ngIf="<boolean>"
    [count]="<number>"
    [useRandomColor]="<boolean>"
    [speed]="<number>"
    [logo]="<string>">
</ss-ani-lib-overlay>

or

<ss-ani-lib-overlay></ss-ani-lib-overlay>

Defaults for OverlayModule:

count: number = 20,
useRandomColor: boolean = true,
speed: number = 1600,
logo: string

Built With

Authors

animations-lib's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.