I thought this might just be possible with jQuery or JavaScript - could someone tell me if it is possible to fade from one stylesheet's styles to another? If so, how would one do it?
Thank you!
This is the best way I can think of:
$( body ).fadeOut( function() {
    // Switch the stylesheet
    // And then:
    $( this ).fadeIn();
} );
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With