wangxuebin Posted January 6, 2015 Posted January 6, 2015 How to implement fading out and fading in of an uniimage? Quote
Sherzod Posted January 7, 2015 Posted January 7, 2015 Hi, Try: UniSession.AddJS(UniImage1.JSName + '.el.fadeIn({duration: 1000})'); UniSession.AddJS(UniImage1.JSName + '.el.fadeOut({duration: 1000})'); Best regards. Quote
wangxuebin Posted January 7, 2015 Author Posted January 7, 2015 Thank you,delphi developer! You always are so kind and knowlegable! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.