zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

'Uncaught TypeError: Cannot read property 'className' of undefined' #148

Closed bitsmuggler closed 8 years ago

bitsmuggler commented 8 years ago

In _motion.js you reference to the first element in the array 'animateSlideInRightDom' without a check if there are any elements.

So I ran into the following error: 'Uncaught TypeError: Cannot read property 'className' of undefined'

Regards, patrick