alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

On iOS, positionX: 'center' doesn't work correctly. #73

Closed jmwohl closed 8 years ago

jmwohl commented 8 years ago

The notification starts all the way left and transitions to the correct final center position rather than starting there.

Cody-Nicholson commented 8 years ago

Safari on mac OSX has the same issue.

As far as I can tell Safari is implying that the starting position for a fixed element is 0px for transitions, even if css has not specifically defined it at 0px.

Cody-Nicholson commented 8 years ago

Just submitted https://github.com/alexcrack/angular-ui-notification/pull/76. Which should also fix iOS Safari as well.

alexcrack commented 8 years ago

Fixed by 8ce8ecfd60dd527282dacfb3e069b04afe43d0f4

jmwohl commented 8 years ago

Great, thanks! Can we expect a new release in NPM soon too?

alexcrack commented 8 years ago

Yes.