Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acync and onto after update 4.0.0 #99

Closed
ifyousleep opened this issue Sep 30, 2020 · 2 comments
Closed

acync and onto after update 4.0.0 #99

ifyousleep opened this issue Sep 30, 2020 · 2 comments

Comments

@ifyousleep
Copy link

There is this code that works on version 3

Blurry.with(context)
.radius(8)
.sampling(8)
.async { make any func }
.animate(any duration)
.onto(any FrameLayout)

But on version 4, I cannot use this code and cannot reproduce the actions I need.
Can you help me with the update?

@wasabeef
Copy link
Owner

wasabeef commented Oct 2, 2020

@ifyousleep

Yes, We added another async method.

Blurry.with(context)
  .radius(8)
  .sampling(8)
  .animate(any duration)
  .getAsync { bitmap ->
    layout.addView(any ImageView with using bitmap)
  }

@ifyousleep
Copy link
Author

@wasabeef thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants