Git Product home page Git Product logo

me-pageloading's Introduction

me-pageloading

Pageloading effects for angular, inspired by PageLoadingEffects.

Compatible with angular-route and angular-ui-router.

Install

bower install me-pageloading

Usage

  1. include css and js files in your html
  2. include me-pageloading as a angular dependence.
  3. configure mePageLoadingProvider, this step is optional.

mePageLoadingProvider has two options.

  • mePageLoadingProvider.container, default to document.body

  • mePageLoadingProvider.timeOut, default to 500ms

  • mePageLoadingProvider.effect, default to random, all available effect names are listed below

    • Lazy Stretch
    • Circle
    • Spill
    • Frame it
    • Tunnel vision
    • Windscreen wiper
    • Jammed blind
    • Parallelogram
    • Tilted
    • Lateral Swipe
    • Wave
    • Origami
    • Curtain
  • mePageLoadingProvider.autoPageLoading, whether the pageloading automatically show when $stateChange* or $routeChange* event trigger. Default to true. If you set to false, you should call mePageLoading#show or mePageLoading#hide to show or hide the animation.

API

  • mePageLoading.show([effectName]), show animation, you can specify which animation to show. If not specify, mePageLoading will use the effect value set to mePageLoadingProvider. If no effectName is set to mePageLoadingProvider, the value is random.
  • mePageLoading.hide(), hide the current animation.

Demos

  1. use with angular-ui-router(recommended), click
  2. use with angular-route, click

ThanksTo

Codrops

License

MIT

me-pageloading's People

Contributors

saighost avatar wyntau avatar

Watchers

James Cloos 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.