Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Toolbar] Added show and hide animations #80

Merged
merged 18 commits into from
Jan 28, 2017
Merged

Conversation

HofmannZ
Copy link
Contributor

Added show and hide animations just like the BottomNavigation component.

@codecov-io
Copy link

codecov-io commented Jan 16, 2017

Current coverage is 100% (diff: 100%)

Merging #80 into master will not change coverage

@@           master   #80   diff @@
===================================
  Files           7     7          
  Lines         300   300          
  Methods         7     7          
  Messages        0     0          
  Branches        5     5          
===================================
  Hits          300   300          
  Misses          0     0          
  Partials        0     0          

Sunburst

Powered by Codecov. Last update 22c247f...ab72007

}).start();
}
hide = () => {
const { moveAnimated, styles } = this.state;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The styles here is always undefined, isn't it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh 😅, yeah that's still from the bottom navigation where you put the styles in the state.

@xotahal xotahal merged commit d7ab3ef into xotahal:master Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants