Whenever a user clicks on link, content fades, white screen appears and then new content is displayed - Good
If a user clicks on a link while holding Ctrl key then white screen appears, relevant link opens in separate tab (inactive) but this tab (active one, from which we clicked the link) still has the white screen. - Bad
To fix this we have to avoid the fading animation when user opens a link while holding Ctrl key
Whenever a user clicks on link, content fades, white screen appears and then new content is displayed - Good
If a user clicks on a link while holding
Ctrlkey then white screen appears, relevant link opens in separate tab (inactive) but this tab (active one, from which we clicked the link) still has the white screen. - BadTo fix this we have to avoid the fading animation when user opens a link while holding Ctrl key