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

Stationary shadow in NeuButton #38

Merged
merged 4 commits into from
Nov 9, 2023

Commits on Oct 26, 2023

  1. v2.0.0 stable release

    deepraj02 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a085857 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Pull out abstract button class

    This allows us to change the code in one place to affect all buttons
    that instaniate from NeuButton
    Dre Westcook committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1d3082d View commit details
    Browse the repository at this point in the history
  2. Set state on animation change and adjust offset

    This change allows the shadow to be stationary
    when the position of the button changes, making it look
    like the button is moving (relative to its background)
    Dre Westcook committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ceb144c View commit details
    Browse the repository at this point in the history
  3. Add "bounceInOut" animation to button click

    This makes it a more "satisfying" click movement rather than just
    a linear change
    Dre Westcook committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b6b6392 View commit details
    Browse the repository at this point in the history