timer = setInterval(function(){
odemo.className =  " animated " + 'shake';
odemo.addEventListener('animationend',function(){
odemo.className =  odemo.className.replace(" animated " + 'shake','');
})
},1000)
odemo.className='';
odemo.className =" animated " + 'shake';