Skip to content

rijs/delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
pemrouz
Aug 21, 2016
9a7bea8 · Aug 21, 2016

History

22 Commits
Aug 21, 2016
Aug 21, 2016
Nov 19, 2015
Jul 13, 2015
Dec 29, 2015
Dec 19, 2015
May 2, 2016
Aug 21, 2016
May 2, 2016

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.