Ionic-Material icon indicating copy to clipboard operation
Ionic-Material copied to clipboard

ion-refresh

Open mikepc opened this issue 9 years ago • 1 comments
trafficstars

I'm trying to use the ion-refresh directive in an ionic material app but the items aren't visible after "refreshing", even though the event completes successfully. I think this has something to do with the slide-fade-in class, but I'm having a bugger of a time getting them to show up.

The opacity is never set to 1 after the event fires. I guess I'll pull in jquery and manually toggle the opacity for now, but this is definitely not optimal. If anyone else has any ideas, happy to hear them, didn't want jquery in my project.

mikepc avatar May 01 '16 23:05 mikepc

        $timeout(function() {
            ionicMaterialMotion.fadeSlideIn({
                selector: '.animate-fade-slide-in .item'
            });
        }, 200);

^ Full of Win.

mikepc avatar May 01 '16 23:05 mikepc