<?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/11/w/api-documentation/67158/evolutiontransform-jquery-plugin</link><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/11/w/api-documentation/67158/evolutiontransform-jquery-plugin</link><pubDate>Tue, 19 Nov 2019 20:28:17 GMT</pubDate><guid isPermaLink="false">15fbe820-1fdf-4886-8f0d-0aef9285adc8</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/67158/evolutiontransform-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:28:17&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_fn_evolutionTransform" name="jQuery_fn_evolutionTransform"&gt;&lt;/a&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;&lt;a id="Usage" name="Usage"&gt;&lt;/a&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;&lt;a id="Settings" name="Settings"&gt;&lt;/a&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;&lt;a id="Options" name="Options"&gt;&lt;/a&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;&lt;a id="Enabling_or_Disabling_Animation" name="Enabling_or_Disabling_Animation"&gt;&lt;/a&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>