Search the Community
Showing results for tags 'animation'.
-
Removed due to my space size quota. See at https://www.uniguiexpress.com It is just a simple example using uniURLFrame but with a nice carousel menu. Where in JavaScript says "Place your ajaxRequest..." you should provide your callback code to trigger the menu. You can change the CSS to remove de number. It is just for reference.
- 4 replies
-
- 4
-
-
- menu
- responsive
-
(and 2 more)
Tagged with:
-
From the world famous series "uniGUI DOES" here we go with simple animations with the greatest results and minimal efforts... Just define the CSS animation and apply to any interface object. In this case, panels hosting images. Have fun. www.unigui.com.br-uniGUI DOES ANIMATIONS.rar
-
This project brought together several resources to improve its interface when using uniGUI. The approach, for example, presents a great advantage and speed of adaptation of the concepts presented to suit your projects. It has a simple build for buttons that mimic the appearance of the bootstrap. The advantage of using this CSS file is that not using the Boostrap interface directly and in this way you will avoid several alignment and spacing problems that will arise when using the uniGUI basic controls. You can combine these css classes with the resurrection of icons of fonts currently existing in the unigui. And finally, we added the Hover.css class that will create a number of simple animation effects on your Buttons, Labels, Panels, Images etc ... it will practically work on everyone. Buttons CSS (btn-bootstrap.css) by Silvio Santos - uniguidesign@gmail.com. Hover.css by Ian Lun - https://ianlunn.github.io/ Example, Adaptations and improvements by Fred Montier Project available only in the pack Silver (Pack 04) at https://www.unigui.com.br/
-
Hi, http://jsfiddle.net/33rX6/ As can be seen in the example in the "homework" effect one is presented "animCollapse". http://docs.sencha.com/extjs/4.2.5/#!/api/Ext.tree.Panel-cfg-animCollapse But I do not know why the TreeView version of 99.95.1300 UniGUI there is no such effect or a property to activate it. I've tried manually add the "ClientEvents" (affterrender, beforeRender, beforeinit and aftercreate), most did not work. How and what would be the correct place to put this effect? It apparently seems to be the default ExtJS but UniGUI not have.
-
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 Best regards.
-
Hi All. Another interesting feature animation - pulse sets pulsation elements. element.frame("#0000b9", 5, { duration: 1000 }); Sample: UniSession.AddJS(UniButton1.JSName + '.el.frame("#0000b9", 3, {duration: 1000});'); I think may be useful to draw attention to a particular element. Sincerely