Giter Site home page Giter Site logo

itemanimators's People

Contributors

bskim45 avatar mikepenz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

itemanimators's Issues

Interpolator support?

Great library. Does it support interpolator? I don't see setter of interpolator available in the item animators.

Best regards

how to animate on item at a time instead of all together?

hi.
i have an ArrayList<> items; of my items and i do adapter.add(items).
at the moment the items are animated all together as if it was a single chunk. what i would like to have is for the items to be animated one at a time so it looks like they are being added one right after the other and for each item to be animated individually.
i tried this

for (int i = 0; i < items.size(); i++)
{
   mAdapter.add(items.get(i));
   mAdapter.notifyAdapterItemInserted(i);
}

but still the entire list is being animated as a single chunk.

how can i achieve one-at-a-time animation??

SupportLibrary 26.1.0 AnimatorCompatHelper multidex error

Since i updated my Project to API 26 i got a NoClassDefFoundError in your Library

`FATAL EXCEPTION: main

                                                                            java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/animation/AnimatorCompatHelper;
                                                                                at com.mikepenz.itemanimators.BaseItemAnimator.resetAnimation(BaseItemAnimator.java:626)
                                                                                at com.mikepenz.itemanimators.BaseItemAnimator.changeAnimation(BaseItemAnimator.java:462)
                                                                                at com.mikepenz.itemanimators.BaseItemAnimator.animateChange(BaseItemAnimator.java:393)`

Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.animation.AnimatorCompatHelper" on path: DexPathList[####] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.