Jump to content

A simple animation for standard ShowMessage and MessageDlg...


Sherzod

Recommended Posts

Hi Friends,

A simple animation for standard ShowMessage and MessageDlg...
Add this CSS in UniServerModule.CustomCSS.

.x-message-box {  
  -moz-transition: 0.5s ease-out;    /* for Firefox 15 */
  -webkit-transition: 0.5s ease-out; /* for Chrome and Safari */   
  transition: 0.5s ease-out;  
 }

http://www.w3schools.com/cssref/css3_pr_transition.asp

 

post-906-0-63204700-1413871543_thumb.png


Best regards.

 

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...