fabiandev / css-animator

Animate elements using CSS classes with support for Angular.

Home Page:https://fabiandev.github.io/css-animator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Ionic

erperejildo opened this issue · comments

Testing now with latest version of Ionic.

If you have the hidden property on your slider this one doesn't work properly (you can't swipe and also looks badly):
<div class="slider-container" #slider hidden>...

If you remove it you can animate it and everything else but the problem comes when you need it hide by default

Same behaviour using [hidden]="true"

I tried without any kind of animation and it looks like a problem between Angular 4 and Ionic.
ionic-team/ionic-framework#10036

I'll close it again :S