<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>glowTransition jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75803/glowtransition-jquery-plugin</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>glowTransition jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75803/glowtransition-jquery-plugin</link><pubDate>Fri, 08 Mar 2024 17:51:49 GMT</pubDate><guid isPermaLink="false">d7ea9b8b-f3ac-475e-bf7d-e13433951559</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75803/glowtransition-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:49&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.fn.glowTransition&lt;/h3&gt;
&lt;p&gt;Smoothly transitions an element into another, resizing the first to match the second and blending the second&amp;#39;s contents over the first.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SOURCE SELECTOR&amp;#39;).glowTransition(&amp;#39;TARGET SELECTOR&amp;#39;, options)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;where &amp;#39;source selector&amp;#39; contains the element(s) which will be transitioned out, &amp;#39;target selector&amp;#39; contains the elements which will be transitioned in, and the optional &lt;code&gt;options&lt;/code&gt; object supports the following:&lt;/p&gt;
&lt;h3&gt;Options&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;duration&lt;/code&gt;: animation duration in milliseconds
&lt;ul&gt;
&lt;li&gt;default: 200&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;type&lt;/code&gt;: type of blend to perform: fade, slideUp, slideDown, slideLeft, slideRight
&lt;ul&gt;
&lt;li&gt;default: &amp;#39;fade&amp;#39;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;complete&lt;/code&gt;: callback to perform on completion&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;resize&lt;/code&gt;: whether or not transition a includes resize from the first to second.
&lt;ul&gt;
&lt;li&gt;default: true&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>