<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - jerky mouseenter and mouseleave</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 23 Sep 2014 08:03:06 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-09-23T08:03:06Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6754895?tstart=0#6754895</link>
      <description>&lt;!-- [DocumentBodyStart:cdd62a52-ff92-49f6-ba9b-0c2f3475a8f4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thx for weeding that out Bharadwaj!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cdd62a52-ff92-49f6-ba9b-0c2f3475a8f4] --&gt;&lt;img src='/beacon?t=1415897203161' /&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:03:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6754895?tstart=0#6754895</guid>
      <dc:date>2014-09-23T08:03:06Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6751060?tstart=0#6751060</link>
      <description>&lt;!-- [DocumentBodyStart:fab88da5-b488-4e00-9281-5bae79862cf3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;For MouseEneter event, &lt;/p&gt;&lt;p&gt;if (pos2 &amp;lt; 1499 &amp;amp;&amp;amp; pos2 &amp;lt; 1) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; sym.getSymbol("name").play("over");&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (pos2 &amp;lt; 1499 &amp;amp;&amp;amp; pos2 &amp;gt; 1) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; sym.getSymbol("name").play(pos2);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;Here, if pos2 is 0 then you are starting from label "over", which is the reason why when you mouseenter first time animation plays fine.&lt;/p&gt;&lt;p&gt;Now, when you mouseenter after a mouseleave, pos can be anything, suppose if it is &amp;lt;500 then you try to play it from pos. But animation starts from "over" which is 500, hence the lag.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;if (pos2 &amp;lt; 500 ) {&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp; sym.getSymbol("name").play("over");&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;}&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;else if(pos2 &amp;lt; 1500) {&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sym.getSymbol("name").play(pos2);&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;}&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Check whether replacing the above code(bold) in mouseenter works for you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fab88da5-b488-4e00-9281-5bae79862cf3] --&gt;</description>
      <pubDate>Mon, 22 Sep 2014 08:19:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6751060?tstart=0#6751060</guid>
      <dc:date>2014-09-22T08:19:04Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6750618?tstart=0#6750618</link>
      <description>&lt;!-- [DocumentBodyStart:3c9ceb6c-9876-44e8-95c3-65512534ddf9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Bharadwaj,&lt;/p&gt;&lt;p&gt;Sorry for the late reply, but yes thats the issue i'm facing. My colleague managed to work out a solution, however, i'm wondering if there's a better practiced one that is more commonly used. Here's the &lt;a class="jive-link-external-small" href="https://dl.dropbox.com/s/pimhj0v62qbfjcj/people.zip?dl=1" rel="nofollow"&gt;updated project&lt;/a&gt; with the new code (ignore "untitled2.an"). &lt;/p&gt;&lt;p&gt;Now there's new issues with it; mainly some lag that occurs on mouseenter and mouseleave, which seems to be happening at random. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c9ceb6c-9876-44e8-95c3-65512534ddf9] --&gt;</description>
      <pubDate>Mon, 22 Sep 2014 02:34:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6750618?tstart=0#6750618</guid>
      <dc:date>2014-09-22T02:34:42Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6740530?tstart=0#6740530</link>
      <description>&lt;!-- [DocumentBodyStart:30e249e0-174a-4878-870c-dd5210156950] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;On mouse leave you are trying to playReverse from label "off". But there is a trigger at "off" to stop the symbol.&lt;/p&gt;&lt;p&gt;Because of which animation stops and next time when you mouseover it plays from the beginning.&lt;/p&gt;&lt;p&gt;Is this the issue what you are facing. Or is my understanding wrong?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30e249e0-174a-4878-870c-dd5210156950] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 09:07:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6740530?tstart=0#6740530</guid>
      <dc:date>2014-09-18T09:07:11Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6740381?tstart=0#6740381</link>
      <description>&lt;!-- [DocumentBodyStart:3ff3e724-7b0a-49fe-a572-adea56fd5a4d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thx for letting me know! here's the &lt;a class="jive-link-external-small" href="https://dl.dropbox.com/s/pimhj0v62qbfjcj/people.zip?dl=1" rel="nofollow"&gt;new link&lt;/a&gt; &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3ff3e724-7b0a-49fe-a572-adea56fd5a4d] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:10:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6740381?tstart=0#6740381</guid>
      <dc:date>2014-09-18T08:10:07Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6740490?tstart=0#6740490</link>
      <description>&lt;!-- [DocumentBodyStart:c2d70251-1da2-4ec6-aad9-a54858baa977] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have the same problem, I think, when I leave the buttons the "wrong" way (probably too quick or wrong angle?) the animation does not play further&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://bernhardoehler.de/agtest/" rel="nofollow"&gt;http://bernhardoehler.de/agtest/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c2d70251-1da2-4ec6-aad9-a54858baa977] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:02:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6740490?tstart=0#6740490</guid>
      <dc:date>2014-09-18T08:02:18Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6740439?tstart=0#6740439</link>
      <description>&lt;!-- [DocumentBodyStart:6e2b8979-ea65-4db6-b634-4e2cbb02119b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Link only has the .an file.&lt;/p&gt;&lt;p&gt;Can you zip the entire composition and share the link.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e2b8979-ea65-4db6-b634-4e2cbb02119b] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:48:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6740439?tstart=0#6740439</guid>
      <dc:date>2014-09-18T07:48:40Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>jerky mouseenter and mouseleave</title>
      <link>https://forums.adobe.com/message/6740380?tstart=0#6740380</link>
      <description>&lt;!-- [DocumentBodyStart:9c3a221c-5433-4743-a73e-cb2c2787eac9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Community!&lt;/p&gt;&lt;p&gt;I'm trying to get a smooth mouseenter/leave motion but i'm not sure what i'm missing. &lt;a class="jive-link-external-small" href="https://dl.dropbox.com/s/530yrio9tj33dj1/Untitled-1.an?dl=1" rel="nofollow"&gt;Here's the file&lt;/a&gt;. Would really appreciate any help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thx!&lt;/p&gt;&lt;p&gt;ian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9c3a221c-5433-4743-a73e-cb2c2787eac9] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:41:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6740380?tstart=0#6740380</guid>
      <dc:date>2014-09-18T07:41:34Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

