Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Animate.css in my OnsenUI project.

Here is my Plunkr : http://plnkr.co/edit/b1qHW7?p=preview

The actual drill:
- When I click the Present Page 2 button, the page2.html should appear.
- When I click the X button, page2.html should pop.
- The heart is a toggle button which works as a like button. (I have used Animate.css for this only)

The problem:
After the heart button is clicked, the X button doesn't work.

share|improve this question

1 Answer 1

up vote 1 down vote accepted

it's a bug! It will be tracked in OnsenUI github issues.

https://github.com/OnsenUI/OnsenUI/issues/117

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.