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 -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

Java Web Service Soap fault exception client -