Saturday, June 9, 2018

Animations not working in iOS for ionic 2 | ionic 3 | ionic 4 | angular2 | angular4

If animations not work in iOS follow below steps :


Just install web-animations-js by using below command :

$ npm install –save web-animations-js

Put below code in your TS file :

import ‘web-animations-js/web-animations.min’;


To install third party library you can follow steps from below post :

https://allexperts16.blogspot.com/2018/06/adding-third-party-library-in-ionic-2.html

No comments:

Post a Comment