Skip to content

rijs/delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ripple | Delay

Coverage Status Build Status

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.