<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>evolutionTransform jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75788/evolutiontransform-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>evolutionTransform jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75788/evolutiontransform-jquery-plugin</link><pubDate>Fri, 08 Mar 2024 17:51:42 GMT</pubDate><guid isPermaLink="false">206db06c-83b6-45c0-ae6b-8a2a7b443b3d</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75788/evolutiontransform-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:42&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.fn.evolutionTransform&lt;/h3&gt;
&lt;p&gt;This plugin performs a CSS-based transforms and transitions on an element, optionally with animation. Uses GPU acceleration where available. Falls back to immediately-applied CSS when not available.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;p&gt;Transforms an element&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;selector&amp;#39;).evolutionTransform(settings, options);
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Settings&lt;/h3&gt;
&lt;p&gt;Settings is an object of CSS keys and values which are transitioned on the element. The following specific keys are applied as CSS transformations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;x&lt;/code&gt;: x offset&lt;/li&gt;
&lt;li&gt;&lt;code&gt;y&lt;/code&gt;: y offset&lt;/li&gt;
&lt;li&gt;&lt;code&gt;left&lt;/code&gt;: alias for x offset (not to be confused with the standard CSS &lt;code&gt;left&lt;/code&gt; property)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;top&lt;/code&gt;: alias for y offset (not to be confused with the standard CSS &lt;code&gt;top&lt;/code&gt; property)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rotate&lt;/code&gt;: z rotation&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rotateX&lt;/code&gt;: x rotation&lt;/li&gt;
&lt;li&gt;&lt;code&gt;rotateY&lt;/code&gt;: y rotation&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scale&lt;/code&gt;: zoom scale&lt;/li&gt;
&lt;li&gt;&lt;code&gt;opacity&lt;/code&gt;: opacity&lt;/li&gt;
&lt;li&gt;&lt;code&gt;complete&lt;/code&gt;: function called when transition completes&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Options&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;duration&lt;/code&gt;: CSS animation duration, default 0&lt;/li&gt;
&lt;li&gt;&lt;code&gt;easing&lt;/code&gt;: CSS animation easing, default &amp;#39;linear&amp;#39;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Enabling or Disabling Animation&lt;/h3&gt;
&lt;p&gt;CSS animation can be globally disabled or enabled through:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$.fn.evolutionTransform.animationEnabled = false|true
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;When disabled, duration and easing options are ignored.&lt;/p&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>