wasabeef/Blurry

On Complete Listener

Opened this issue · 0 comments

Hey
Is there a way to listen when the animation is finished if I blur with animation like this:

Blurry.with(this)
               .sampling(1)
               .animate(500)
               .onto(layout);

Also can you explain more what is the difference between radius and sampling