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

A nicer opening animation for the Image View #6454

Merged

Commits on Jul 22, 2021

  1. Give lightbox a background load animation

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2529b88 View commit details
    Browse the repository at this point in the history
  2. Extends IMediaEventContent by thumbnail info

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ce7f387 View commit details
    Browse the repository at this point in the history
  3. Give image view panel a loading animation

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    1b00b30 View commit details
    Browse the repository at this point in the history
  4. Initial implementation of loading animation

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d421c32 View commit details
    Browse the repository at this point in the history
  5. Take panel height into account

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7c81526 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Update animation speed

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2fd221b View commit details
    Browse the repository at this point in the history
  2. Add some null guards

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    8d5fd93 View commit details
    Browse the repository at this point in the history
  3. Fix animation issues

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    91a11b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/image-vi…

    …ew-load-anim/18186
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    1a128c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Move animations into _animations

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8e3be15 View commit details
    Browse the repository at this point in the history
  2. Where does that magic number come from?

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    ccc042b View commit details
    Browse the repository at this point in the history
  3. Remove awaiting setState()

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    f5d8bb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Use CSS var in JS

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    499b470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7022ab4 View commit details
    Browse the repository at this point in the history
  3. Handle prefers-reduced-motion

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    afdec19 View commit details
    Browse the repository at this point in the history
  4. More prefers-reduced-motion friendliness

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b2c0f57 View commit details
    Browse the repository at this point in the history