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

Busy component #7

Merged
merged 1 commit into from
Aug 14, 2017
Merged

Busy component #7

merged 1 commit into from
Aug 14, 2017

Conversation

xgrommx
Copy link
Collaborator

@xgrommx xgrommx commented Aug 14, 2017

No description provided.

@EugeneN EugeneN merged commit ff48359 into EugeneN:master Aug 14, 2017
render busyU x
| x < 0 = mempty
| x == 0 = container "hide fadeOut" mempty
| otherwise = container "animated fadeIn" $ block [VD.text "Loading..."]
Copy link
Owner

Choose a reason for hiding this comment

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

render busyU x
       | x > 0 = container "animated fadeIn" $ block [VD.text "Loading..."] 
       | otherwise = container "hide fadeOut" mempty

@EugeneN EugeneN mentioned this pull request Aug 14, 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.

None yet

2 participants