2
I would like to stop a fadein() while running so that the screen looks exactly as it did at the time I stopped.
The ideal would be something generic, that works for fadein, slideup, slideDown, setTimeout etc.
Is it possible to do this using the browser console? How would it be?
NOTE: Just for information, I want to do this so I can get the css of the item at the time of transition, because it is a component and it changes the classes and consequently the css...