javascript - endValue as Percentage Usage -


can use endvalue percentage?

pages.page1.imagebutton1.animate({ ... endvalue : 30, ... }); 

what type of endvalue? pixel? so, how can use percentage? tried %30 or 30% didn't work.

you can use string:

pages.page1.imagebutton1.animate({ ... endvalue : "100%", ... }); 

Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -