chore(docs): add -webkit-transition for ngClass example

This commit is contained in:
Matias Niemelä 2013-11-06 20:27:42 -05:00
parent fc060dfc08
commit 8a5daaed42

View file

@ -164,6 +164,7 @@ function classDirective(name, selector) {
</file>
<file name="style.css">
.base-class {
-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;
}