Animations
As of version 2.0.0.150, RadCORE offers in the unit "mkm_anim", some functions to facilitate the application of animation effects.
I still haven't been able to use 100% of all the features, but, we already have available ways to get very interesting effects without having to fill anything in Javascript, as the purpose of the function is to offer simpler access and less code.
And of course you can apply using pure javascript, unigui/radcore normally allows this.
rc_jqueryAnimate
It uses the jQuery library as a basis
rc_jQueryAnimate( paSearchEdit, 'width' , '', '250' );
rc_Anim
It uses the GSAP library as a basis
rc_Anim( btnSearch, 'left', inttostr( paSearchEdit.tag ), '0.8', gsEaseBack, '0.8', gsEaseTypeOut );
rc_MoveAnimationForm
It uses the jQuery library to animate forms as a basis.
See examples:
- MainForm( search button click - "magnifying glass" )
- frmDEMO_EXTRAS for more details.
- frmTHEMES(click "close" button)
- formBase
Created with the Personal Edition of HelpNDoc: Free help authoring tool