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

Feature set animation before expand show #58

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2024

  1. Add two property to receive expand view init point and active animate…

    … or not
    Ehsan Mohit committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    107fe95 View commit details
    Browse the repository at this point in the history
  2. Modify FloatingBubble

    1. This modification enables animation before expanding the view is shown.
    2. Add a new lambda function to the animate method to notify when the animation is done.
    Ehsan Mohit committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4e66d25 View commit details
    Browse the repository at this point in the history
  3. Modify ExpandableBubbleService

    This modification uses the new properties of FloatingBubble (animateBeforeExpandViewShow, locationBeforeExpand) to choose whether to animate the bubble view before showing the expanded view.
    Ehsan Mohit committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    faea2cd View commit details
    Browse the repository at this point in the history
  4. Modify to use new feature

    Ehsan Mohit committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    153245c View commit details
    Browse the repository at this point in the history
  5. Rename property for increase readability of code.

    Ehsan Mohit committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e45d234 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    0cb9bb5 View commit details
    Browse the repository at this point in the history