Despite my opinion on the ajax login being completely pointless:
Login to the Joomla backend
Smmoth animation
Glitchy animation:
https://gyazo.com/c0d96b9bfe91ff045f3eadcc85a10203
Labels |
Added:
?
|
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
@dgrammitiko yes I know. Only solution would be a fade out/in.
Currently just looks like a Pablo job
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-11 17:49:38 |
Closed_By | ⇒ | Quy |
@C-Lodder you do realise that is impossible to spread animation between http requests, right? The whole idea is wrong, here. People copy/pasted some behaviour of an SPA and tried to apply on an old fashioned http-request-everything. Of course, it doesn't work and I dare to say it would be impossible to be fixed due to the nature of the web. You see network will always be a question mark and having such a question mark in between some animation the effect will be always glitchy (what are you gonna optimise for? slow connections then you slow down the fast ones, are you gonna opt for fast connections? then slow ones will have a huge gap)
All and all just remove something that IS NOT FIT for joomla. If ever the backend becomes an app that will load the main content through ajax then you can bring the animations back. But not in the current state...