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

Commit 8a5daae

Browse files
committed
chore(docs): add -webkit-transition for ngClass example
1 parent fc060df commit 8a5daae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/directive/ngClass.js

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ function classDirective(name, selector) {
164164
</file>
165165
<file name="style.css">
166166
.base-class {
167+
-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
167168
transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
168169
}
169170

0 commit comments

Comments
 (0)