diff options
Diffstat (limited to 'src/ng/directive/ngInclude.js')
| -rw-r--r-- | src/ng/directive/ngInclude.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js index 730c7bdf..1187c733 100644 --- a/src/ng/directive/ngInclude.js +++ b/src/ng/directive/ngInclude.js @@ -61,8 +61,8 @@ <div>Content of template2.html</div> </file> <file name="animations.css"> - .example-leave-setup, - .example-enter-setup { + .example-leave, + .example-enter { -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; -ms-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; @@ -81,17 +81,17 @@ padding:10px; } - .example-enter-setup { + .example-enter { top:-50px; } - .example-enter-setup.example-enter-start { + .example-enter.example-enter-active { top:0; } - .example-leave-setup { + .example-leave { top:0; } - .example-leave-setup.example-leave-start { + .example-leave.example-leave-active { top:50px; } </file> |
