Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Close animation on panel triggered when panel is already in close state #420

Closed
dsendner opened this issue Jan 29, 2015 · 1 comment
Closed

Comments

@dsendner
Copy link
Contributor

When closing a panel using the zf-close directive, if the panel is already closed the animation is still triggered resulting in an undesirable visual effect (the open directive should have the same issue as well).

    <div id="mypanel" zf-panel=""></div>
    <a zf-close="sub-navigation">Close</a>

In the example above if you click on the link, given that the panel is closed, you will still see the closing animation.

@gakimball
Copy link
Contributor

Merged #421 which fixes this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants