mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(docs): add -webkit-transition for ngClass example
This commit is contained in:
parent
fc060dfc08
commit
8a5daaed42
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue