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

fix: fix missing translateY prop #18

Merged
merged 3 commits into from
Apr 26, 2019

Commits on Nov 10, 2018

  1. fix missing translateY prop

    Hi. Keep doing the good work. There is a minor glitch I have encountered
    on several devices when trying your lib. TranslateY prop is often
    undefined. You can easily reproduce it even on yor demo by pressing the
    FIRST list item -> transition is often bumpy as the cloned element misses
    translateY value. It holds true even when coming back from the detail
    page into the list view. By introducing this minor change, the transition
    animation is butter-smooth with no more unpleasant jumpy behavior. Thx for your
    consideration.
    David Žaba committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    f94f03b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. fix missing translateY prop

    David Žaba committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    be16bfa View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. fix missing translateY prop

    David Žaba committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    99798ad View commit details
    Browse the repository at this point in the history