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 still present if "use last page" is active

See original GitHub issue

Describe your problem!

#11527 was solved by #11578, which seems to work very good for directly showing the details tab. If you activate Settings - Cache Details - “Open with last used page” it however still shows the transitions upon opening the cache.

How to reproduce?

  • Activate “show last used page” in Settings - Cache Details
  • Open a cache
  • Swipe to logbook
  • Close cache
  • Open another cache

Actual result after these steps?

Transition shown

Expected result after these steps?

Last used page should be shown without transition

Reproducible

Yes

c:geo Version

2021.08.28-NB3

System information

Samsung S20
Android 11

Additional Information

No response

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
fm-syscommented, Aug 29, 2021

Maybe a bit unrelated, but I would suggest doing it in the same way as we do for our cache list activity. Means don’t show a progress dialog, but a spinner on main UI level:

grafik

0reactions
moving-bitscommented, Aug 29, 2021

Maybe the logic needs to be inverted: Instead of only creating those pages when the cache is present (already loaded), do create them always, but hide them as long as the cache is not present? Will investigate later…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Transitions Only After Page Load - CSS-Tricks
If you've ever used CSS transitions on structural elements on your page, you may have noticed a case where you see that transition...
Read more >
Stop CSS transition from firing on page load - Stack Overflow
There is a bug in Chrome that causes CSS transitions to fire if the page includes a <form> element. One simple fix is...
Read more >
transition-duration - CSS: Cascading Style Sheets | MDN
The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, ...
Read more >
Applying transitions in Premiere Pro - Adobe Support
Follow this step-by-step guide to select, apply, and customize transitions in Premiere Pro.
Read more >
Using transition events in JavaScript | by Jhey Tompkins
The transitionend event allows you to listen for the moment an element stops a transition. There is not much more to it. Transition...
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