-
Hi all,
On a recent project my team mainly applied CSS (hiding, animatons) based on promise outcomes . Our goal was to support compound CSS behavior based on a combination of multiple promises.
We w…
-
We have an issue in https://github.com/angular-ui/bootstrap/pull/4493 where it turns out that `$animate.flush()` does not flush the animations queued up by $animateCss, so the `expandDone` callback in…
-
Collapse has a strange flickering when is opened by default at first rendering and some delayed content is loaded. I took a look in the collapse directive and the `expand()` logic is still ran.
``` j…
-
I'm trying to use Prettyify with liquid templates for LocomotiveCMS and its almost perfect for me, except I can't figure out how to get Prettyify to ignore it's yaml header. I've tried to add it's pr…
-
When using `$animateCss` if the options passed are stored in a variable after the animation the original options object is altered and using it in a new animation will fail (as you can see on codepen…
-
In the plunker below I have the same color transition applied 2 different ways with $animateCss.
The first uses transitionStyle and is my preferred option because I can inject any value in JS when I w…
bmmpt updated
9 years ago
-
If you turn off the animation dialog box, at the moment, it appears completely black shade.
this problem can be clearly seen in the browser IE11, or on slower computers
![screenshot_7](https://cloud.…
-
The `$CoreAnimateCssProvider`'s implementation of the `runner.done()` function behavior doesn't match the behavior that is documented in the `ngAnimate.$animateCss` documentation.
The `ngAnimate.$ani…
-
Why ngAnimated is not smooth? It always makes the screen jumps downward even if I have used CSS classes using `$AnimateCss` in angular version 1.4. This jumping of the screen has always been the issue…
-
I would to have my alert fade out when clicked, rather than just be removed immediately from the DOM. Ideally, I need a notification after the alert is invisible so that I can choose to remove it the…