Bernat Delgado

Results 2 comments of Bernat Delgado

Is I recently commented at https://github.com/wasabeef/Blurry/issues/45 This is a workaround to make this. Hope works for you :) ``` val view: View = rootView.findViewWithTag(Blurry::class.java.simpleName) if (view != null) { view.animate()...

This is a workaround to make this. Hope works for you :) ``` val view: View = rootView.findViewWithTag(Blurry::class.java.simpleName) if (view != null) { view.animate() .alpha(0f) .setDuration(50) .withEndAction { (rootView as...