Jump to content

Recommended Posts

Posted

How can animate a unimpanel?

 

Hi,

 

In which situation you would like to use animation, ie when showing, or, and further animation at runtime ?!

 

Best regards.

Posted

Hi,

 

In which situation you would like to use animation, ie when showing, or, and further animation at runtime ?!

 

Best regards.

 

At run time I want to show a panel like the detail panel that open when edit a uninmdbgrid.

So user interface is more unforme.

 

 

see demo here: http://www.miodiario.com/mydocs.dll/m

user / password : demo / demo

 

Edit or add new document to se a detail panel. I want to animate the panel show

 

thks

Posted

Hi,

 

Try:

 

In your editForm conf.

function window.beforeInit(sender, config)
{
   config.showAnimation = 
   {
     type: 'slide',
     direction: 'down',
     duration: 1000,
   };
}

Best regards.

  • Upvote 1
×
×
  • Create New...