Velocity js is not working in my appgyver app in android, what should I do? I have included nececcery things but still no point, is it even possible to work with velocity animations in cross platfrom applications build with appgyver?
<script >
$(document).ready(function(){
$("#dummy").velocity("callout.tada", {duration: 2000});
});
supersonic.device.ready.then( function() {
$("#dummy").velocity("callout.tada", {duration: 2000});
});
</script>
<div style="margin-top:50px;" id="dummy"> Hiiiii </div>