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
Extends the rendering pipeline to delay 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.