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

Support for a scrollable LocalHero #17

Merged
merged 5 commits into from
Nov 19, 2023

Commits on Oct 2, 2023

  1. Added the onlyAnimateRemount bool parameter

    to LocalHeroScope.
    It makes the LocalHero animation skip all position changes except when
    caused by a remount. A remount is considered a reparent or a slot change
    inside a multi-child parent.
    Snonky committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d0d22bb View commit details
    Browse the repository at this point in the history
  2. Reverted the slot change detection.

    The LocalHero now animates due to any change in its Widget.
    This still filters out scrolling but enables e.g. resizing.
    Snonky committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    20f2397 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    dde93b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d91300 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd0b693 View commit details
    Browse the repository at this point in the history