Search code examples
angularjsangular-strap

why angularstrap modal blink when i try to close it?


I am using angularjs version 1.4.4 and angularstrap version 2.3.7 and as is mentioned in angularstrap documentation I am using angularmotion witch is accessible in its [github][1]. but when I am using modal when close modal it will blink after closing.


Solution

  • I finally found solution and that was this :

    1. set backdrop animation to false.
    2. and change animation property from am-fade to am-fade-and-slide-top.

    and the problem resolved.