{"id":7705,"date":"2010-01-05T19:24:13","date_gmt":"2010-01-05T19:24:13","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wordpress-jquery-ui-effects\/"},"modified":"2010-01-05T19:26:41","modified_gmt":"2010-01-05T19:26:41","slug":"wordpress-jquery-ui-effects","status":"closed","type":"plugin","link":"https:\/\/fr-ca.wordpress.org\/plugins\/wordpress-jquery-ui-effects\/","author":1397808,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"3.0.5","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"WordPress jQuery UI Effects","header_author":"Mehdi Kabab","header_description":"","assets_banners_color":"","last_updated":"2010-01-05 19:26:41","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/pioupioum.fr\/wordpress\/plugins\/wordpress-jquery-ui-effects.html","header_author_uri":"http:\/\/pioupioum.fr\/","rating":0,"author_block_rating":0,"active_installs":50,"downloads":13900,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[751,229,202,2459,1980],"plugin_category":[59],"plugin_contributors":[79782],"plugin_business_model":[],"class_list":["post-7705","plugin","type-plugin","status-closed","hentry","plugin_tags-effects","plugin_tags-javascript","plugin_tags-jquery","plugin_tags-jquery-ui","plugin_tags-library","plugin_category-utilities-and-tools","plugin_contributors-pioupioum","plugin_committers-pioupioum"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wordpress-jquery-ui-effects.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Easily register and load the effects of the <a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/\" title=\"UI\/Effects - jQuery JavaScript Library\">jQuery UI Effects<\/a> library in your themes and plugins.<\/p>\n\n<p>Supported effects:<\/p>\n\n<ul>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Blind\" title=\"UI\/Effects\/Blind - jQuery JavaScript Library\">Blind<\/a> - Blinds the element away or shows it by blinding it in.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Clip\" title=\"UI\/Effects\/Clip - jQuery JavaScript Library\">Clip<\/a> - Clips the element on or off, vertically or horizontally.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Drop\" title=\"UI\/Effects\/Drop - jQuery JavaScript Library\">Drop<\/a> - Drops the element away or shows it by dropping it in.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Explode\" title=\"UI\/Effects\/Explode - jQuery JavaScript Library\">Explode<\/a> - Explodes the element into multiple pieces.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Fold\" title=\"UI\/Effects\/Fold - jQuery JavaScript Library\">Fold<\/a> - Folds the element like a piece of paper.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Puff\" title=\"UI\/Effects\/Puff - jQuery JavaScript Library\">Puff<\/a> - Scale and fade out animations create the puff effect.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Slide\" title=\"UI\/Effects\/Slide - jQuery JavaScript Library\">Slide<\/a> - Slides the element out of the viewport.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Scale\" title=\"UI\/Effects\/Scale - jQuery JavaScript Library\">Scale<\/a> - Shrink or grow an element by a percentage factor. <\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Bounce\" title=\"UI\/Effects\/Bounce - jQuery JavaScript Library\">Bounce<\/a> - Bounces the element vertically or horizontally n-times.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Highlight\" title=\"UI\/Effects\/Highlight - jQuery JavaScript Library\">Highlight<\/a> - Highlights the background with a defined color.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Pulsate\" title=\"UI\/Effects\/Pulsate - jQuery JavaScript Library\">Pulsate<\/a> - Pulsates the opacity of the element multiple times.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Shake\" title=\"UI\/Effects\/Shake - jQuery JavaScript Library\">Shake<\/a> - Shakes the element vertically or horizontally n-times.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Size\" title=\"UI\/Effects\/Size - jQuery JavaScript Library\">Size<\/a> - Resize an element to a specified width and height.<\/li>\n<li><a href=\"http:\/\/docs.jquery.com\/UI\/Effects\/Transfer\" title=\"UI\/Effects\/Transfer - jQuery JavaScript Library\">Transfer<\/a> - Transfers the outline of an element to another.<\/li>\n<\/ul>\n\n<h4>Requirements<\/h4>\n\n<p>WordPress jQuery UI Effects requires <code>PHP5<\/code>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>wp-jquery-ui-effects<\/code> folder and all it's contents to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Refer to the <a href=\"http:\/\/wordpress.org\/extend\/plugins\/wordpress-jquery-ui-effects\/faq\/\" title=\"WordPress &#8250; WordPress Plugins\">FAQ<\/a> for usage and tips.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I use this plugin?<\/dt>\n<dd><p>In your theme or plugin, if you want to load the <em>Bounce<\/em> effect, use <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/wp_enqueue_script\" title=\"Function Reference\/wp enqueue script &laquo; WordPress Codex\">wp_enqueue_script<\/a>:<\/p>\n\n<pre><code>&lt;?php\nfunction my_init_method()\n{\n    wp_enqueue_script('jquery-ui-effects-bounce');\n}\n\nadd_action('init', 'my_init_method');\n?&gt;\n<\/code><\/pre>\n\n<p>WordPress charge jQuery, jQuery UI Effects Core and jQuery UI Effects Bounce.<br \/>\nNote that all effect scripts are loaded in the footer.<\/p><\/dd>\n<dt>Load script depends on jQuery UI Effect Highlight<\/dt>\n<dd><p>Add and load a new script that depends on jQuery UI Effect Highlight:<\/p>\n\n<pre><code>&lt;?php\nwp_enqueue_script(\n    'my-script',\n    get_bloginfo('template_url', 'raw') . '\/js\/my-script.js',\n    array('jquery-ui-effects-highlight'),\n    '1.0',\n    true\n);\n?&gt;\n<\/code><\/pre><\/dd>\n<dt>How to find the name of scripts available?<\/dt>\n<dd><p>Prefixing the name of the effect by <code>jquery-ui-effects-<\/code>. Lowercase string.<\/p>\n\n<p>For example, load the <em>Shake<\/em> effect with:<\/p>\n\n<ul>\n<li><code>jquery-ui-effects-shake<\/code>.<\/li>\n<li>or by using the static method <code>WPjQueryUIEffects::getHandle('shake')<\/code>.<\/li>\n<\/ul><\/dd>\n<dt>jQuery UI is it necessary to run jQuery UI Effects?<\/dt>\n<dd><p>No. Please note that <code>jquery-ui-core<\/code> (<code>ui.core.js<\/code> file) is not a dependency for the effects to work.<\/p><\/dd>\n<dt>Wich is the version of jQuery UI Effects used by the plugin?<\/dt>\n<dd><p>The <strong>WP jQuery UI Effects plugin<\/strong> use the version <code>1.7.2<\/code>. Requires jQuery <code>1.3+<\/code>.<\/p><\/dd>\n<dt>Can I make a suggestion for a new feature or report a bug?<\/dt>\n<dd><p>Sure can! Add your feature request or report your bug report other at the <a href=\"http:\/\/github.com\/piouPiouM\/wordpress-jquery-ui-effects\/issues\" title=\"Issues - piouPiouM\/wordpress-jquery-ui-effects - GitHub\">bug tracker<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Use effects of the jQuery UI Effects library in your themes and plugins!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/7705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=7705"}],"author":[{"embeddable":true,"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pioupioum"}],"wp:attachment":[{"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=7705"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=7705"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=7705"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=7705"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=7705"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/fr-ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=7705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}