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

fixed demo animation #5234

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/ng/directive/ngIf.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
padding:10px;
}

/*
The transition styles can also be placed on the CSS base class above
*/
//!annotate CSS Specificity|The transition styles can also be placed on the CSS base class above
.animate-if.ng-enter, .animate-if.ng-leave {
-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
Expand Down