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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -