angular-motion
angular-motion copied to clipboard
Fancy CSS3 animations for AngularJS 1.2+.
When browsing: http://mgcrea.github.io/angular-motion/#/fade-and-slide Clicking - animation kicks in Closing - animation is out, but then it flickers for a second with a white background Chrome ( MacOSX ) Version 49.0.2623.87...
I have no clue how to create a dialog. Please fix leave demo so I can take a look
In README.md there is a link to "changelog" but it is only a link to release section, if no information of what changes This link can help [keepachangelog](http://keepachangelog.com/) Thanks
The Animation is not fired, if you add the tooltip to the body element. e.g.: `Tooltip`
data-animation="am-collapse" is not applied to the elements of dropdown causing them to show instantly while the ul expands
in http://mgcrea.github.io/angular-motion/ none of the plunkers open (non-existing files)
also removed unnecessary css rules
When closing a modal or popover then modal will appear again briefly after the modal has faded out. To reproduce: go to http://mgcrea.github.io/angular-strap/ in Safari and open/close modals and popovers.
Why background: rgba(0, 0, 0, .5) option is set? It overrides original Bootstrap background, where color can be changed.
Fixes #18 Looked into this issue. Was confused by the angular-strap modal docs which give you backdrop transition code, yet afford you the backdrop animation in angular-motion's am-fade code. It...