See here https://jsfiddle.net/97Lahmoh/ OR http://www.w3schools.com/code/tryit.asp?filename=FB8TE2KSHGZ5
basically I want to use jquery ui toggle slide animation without any jquery and plugins. this is jquery code which does the work.
$( "#effect" ).toggle("slide", {direction: "left"}, 500);
how to use it on pure javascript code? I'm not good at animations.
I want to use jquery ui toggle slide animation without any jquery and pluginsyou can't use jquery without jqueryCan anyone convert it to pure javascript animation?- yes, you'd have to ask a programmer to do it for you - don't ask on SO for a programmer to do it for you