Having trouble using css() to rotate my arrow
$(function() {
$("#arrowAnim").css("transform:","rotate(300deg)");
});
Check out the fiddle here: https://jsfiddle.net/u4wx093a/10/
I've looked for similar issues but can't seem to solve it on my own. Could it be because of the animation? Any help would be greatly appreciated!