Can I use endValue as percentage?
Pages.Page1.ImageButton1.animate({
...
endValue : 30,
...
});
What is type of endValue? Pixel? So, How I can use as percentage? I tried %30 or 30% but didn't work.
Can I use endValue as percentage?
Pages.Page1.ImageButton1.animate({
...
endValue : 30,
...
});
What is type of endValue? Pixel? So, How I can use as percentage? I tried %30 or 30% but didn't work.
You can use it as String: