[Feature request] Open panel/popup/login screen/tab without animation
See original GitHub issueThis is a (multiple allowed):
- bug
- enhancement
- feature-discussion (RFC)
To restore the state after application reload, I search for a way to open panel, popup, login screen or tab without any delay or animation after page initialization. Is there any proper way to do so?
I figured out the following solution for popup, but so far no solution for login screen and side panels.
Popup: Manually, with removeClass('modal-out')
, addClass('modal-in')
and css('display', 'block')
Best way would be a parameter on openPanel()
, popup()
and loginScreen()
functions.
Maybe there is already a good way?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Reveal or hide a view using animation - Android Developers
There are three common animations to use when showing or hiding a view. You can use the circular reveal animation, a crossfade animation,...
Read more >Learn How to Use Elementor Popups
Popups are call to action modal windows that popup and overlay the page at a specified moment or under specific triggers and conditions....
Read more >Create and use a Popup - OutSystems 11 Documentation
Learn how to create and use a popup in your application. - OutSystems 11 Documentation.
Read more >Customize window layouts and personalize document tabs
Learn how to customize tabs and windows in Visual Studio to create layouts that work best for your development workflows.
Read more >Creating a promotional pop-up - Squarespace Help Center
Trigger a new subscribers form, share a discount, or make an announcement ... Accessing this feature ... Open the Promotional pop-up panel.
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
I’ll add this feature to https://github.com/nolimits4web/Framework7/pull/1282 soon…
Works fine, thank you Vladimir