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

tether for notifications #76

Open
knownasilya opened this issue Jun 1, 2017 · 1 comment
Open

tether for notifications #76

knownasilya opened this issue Jun 1, 2017 · 1 comment

Comments

@knownasilya
Copy link
Contributor

Looking to setup a tether for notifications that animate in, but can accumulate, so
more then one notification can be visible. Is there any way to do this? I've tried a single tether for all notifications (only the first notification is animated) and a tether for each notification, which makes them overlap.

@pzuraq
Copy link
Owner

pzuraq commented Jun 1, 2017

You may be able to accomplish this by having each individual notification be a liquid-tether and by modifying the parameters of the notifications, like offset.

For instance, when you render the first notification (let's say in the upper right corner of the screen), it could have offset 0 0, and when you render the second notification, you could bump the offset by the height of the new notification, moving it down. It should animate between the two positions by default.

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

No branches or pull requests

2 participants