Skip to content

Commit

Permalink
Uncomment animation after upgrage to latest ng2 (resolves #162)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Dec 21, 2016
1 parent 1c5ef2e commit 17fd100
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/components/SideMenu/side-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ const global = window;
style({ height: '0px' })),
state('expanded',
style({ height: '*' })),
// https://github.com/Rebilly/ReDoc/issues/162
// transition('collapsed <=> expanded', [
// animate('200ms ease')
// ])
transition('collapsed <=> expanded', [
animate('200ms ease')
])
])
],
})
Expand Down

0 comments on commit 17fd100

Please sign in to comment.