Unexpected transition event bounding with flip

9 views
Skip to first unread message

Yak

unread,
May 1, 2013, 5:26:41 AM5/1/13
to jqt...@googlegroups.com
Hello!

I'm trying to use a flip animation with jqtouch. It seems that the animation trigger is not properly bound to the markup.

<div id="home"></div>
<div id="currentPage">
    <div class="header">
        <div>
             <a href="#home" class="slideright">Home</a>
        </div>
        <div>
            <a href="#target" class="flip in">Target</a>
        </div>
    </div>
   <div class="content">       
   </div>
</div>
<div id="target"></div>

Doing so, a click anywhere on the whole div.header will trigger the animation, instead of being limited to the a.flip link.

Note: this unexpected behavior seems to be due to flip. Others transitions, such as pop seem to work properly.

Have you ever met this issue?

I'm using jQuery 1.7, jqtouch 1 beta 4rc.
Reply all
Reply to author
Forward
0 new messages