Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Changes in animation's behavior starting from 1.4.7 #13838

@havenchyk

Description

@havenchyk

Hi,

I've recently updated from 1.4.3 and found changes in the animation's behavior.

My code is something like this, nothing specific:

<div ng-if="var1">
  <div ng-show="var2"></div>
  <div ng-if="var3"></div>
</div>

But what I see after update starting from 1.4.7 is random flickering on the nested ng-if.

I'll try to provide an example, but could anyone review this issue and say, is it a bug or just undocumented changes in the behavior?

I can debug only changes in data-ng-animate attribute: they are 1 and 2. Also I don't see any animation specific classes on the divs, like ng-enter, ng-leave etc

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions