question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Transition Animation on Large Monitors

See original GitHub issue

Hi

I’m looking at full screen pictures with gallery on autoplay on a 2580x1600 monitor and the transitions are lagging with artefacts on the screen from time to time.

I wanted the full screen with height as well so I have added this to my CSS:

.image-gallery-slide img { height: 100vh; }

That does not seem to be causing the problem. It seems smoother when I reduce the browser size. Is there anything else I can do to improve performance on bigger screens? Would adjusting the .jpg image quality help? A slower duration in the transition?

Any thoughts?

Thanks for this gallery, it’s good stuff.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
vladimir-fshcommented, Nov 19, 2018

@xiaolin and also .image-gallery-slide { opacity 0.2s ease-out !important; } in my case

1reaction
xiaolincommented, Nov 19, 2018

Please see issue #166 Adding the below CSS override will give you a fadeIn affect. You can also customize the CSS further based on your needs.

.image-gallery-slide {
  opacity: 0;
}
.image-gallery-slide.center {
  opacity: 1;
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Animated Transitions for Multi-user Shared Large Displays
In this paper, we investigate the use of animations to support users to follow the changes happening on the shared large displays.
Read more >
Incredible Computer Screen Zoom Transition! (easy tutorial)
This is a super easy and cinematic transition that anyone can film and edit in most software.
Read more >
Responsive Animations for Every Screen Size and Device
The basic premise is: First: Grab the initial position of the elements involved in the transition. Last: Move the elements and grab the...
Read more >
Screen transition animations when switching between ...
Screen transition animations when switching between desktops keep getting disabled. The smooth transition animations between virtual desktops ...
Read more >
An Interactive Guide to CSS Transitions - Josh W Comeau
The most fundamental and critical piece, though, is the humble CSS transition. It's the first animation tool that most front-end devs learn, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found