problem about spritely-Record and share programming errors


  • Carol

  • harsha
    javascript jquery canvas jquery-animate spritely
    I am trying to create a spinning animation using HTML and jQuery.I have tried two different ways:1) Wrote my custom animation function to make the animation happen.$(window).load(function() {$(“.vfx_1”).css({width:’550px’, height:’400px’, position:’absolute’, top: ‘250px’, left: ‘150px’});//40 milliseconds for 1 frame//always put the width, height, and position of the vfx and rushers to the first array//multipliers for background image from left, top, interval, visibility flag(false by default, true for hidden), absolute top, absolute left,//width, heightvar vfx_1_anim = [[0,0,40,false,0,0,550,400],[0,1,40,false],[0,2,40,false],[0,3,40,

Originally posted 2013-08-31 06:18:22.