JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q19454F
  • License pemrouz.mit-license.org

Package Exports

  • rijs.delay

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rijs.delay) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ripple | Delay

Coverage Status Build Status

Delays rendering a view by a specified time (ms)

<component-name delay="500">

This is useful to make your app feel more responsive. If you are rendering a long list/feed of things, consider turning it asynchronous to give your page breathing space to run smoother.