In my jQuery I fadein a div with an ID. I want that the fadein "moves" from the left to the right.
My snippet so far:
$('#content').hide().fadeIn(1500);
Who can help me?
Thank you!
$("#content").hide().show("slide", { direction: "left" }, 1500);
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