I want to know if it is possible to add two classes in a single div.
<div id="one" class="two"></div>
This is the normal case,But for the purpose of adding an animation,i have to add an another class to the same div.If it is not possible,then is there any way to get the desired output,without using two classes ?