Reputation: 5790
What is the correct way to use a custom GlideAnimation when loading an image? I expected the animate()
method to take a GlideAnimation
but that doesn't seem to be the case. Is this just for internal use?
Upvotes: 1
Views: 1470
Reputation: 7387
Yes it's currently just for internal use. Feel free to make a pull request that opens it up if you're interested. It's going to be more accessible in the upcoming v4 release.
Upvotes: 1