Lag Animations
Hello. When i use a normal layout, with just a background color my animation is very smooth, but when i add one imageview to the layout i have a animation with lag.
Are you sure you are using the latest version of the library?
If after doing a build clean, you are still experiencing this, can you show a gif or video of what's wrong? Also which version of android are you using and are you experiencing this on an actual device or in the emulator?
I am using last version and Android 6.0 in a real de vice. I already tested in other real device and the result was the same. Later I will post a gif :)
Can you also try the last version before 2.0.0? I changed how the library invalidates views when animating.
Already tested the last version before 2.0.0 :D
The animation lag just occurs when is to dismiss

I see what you mean, but I don't think there's much I can do here. The animation is done via an android ValueAnimator. Maybe it'll be more smooth if I use a ViewProperty animator with scale rather than the height attribute. I'll give it a shot.
I never really noticed this lag, and to be honest I thought the glitch was much worse when I read your post.
I will appreciate that :)
Can you please tell me how to implement animation with delete image and swipe I am able to get the swipe action it works great but need to add a delete image just like gmail without movement.
@avarunroyal
Can you create a new ticket rather than hijack this one?
I'm also not entirely sure I understand your request. You can use setFixedBackgrounds(true) to keep the swipebackgrounds static.
As always: try out the sample app, read the docs and mess around a bit.