Transition still present if "use last page" is active
See original GitHub issueDescribe 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:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
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…