Closed GuidoAdam closed 3 years ago
This is quite fun, though for the same reason we don't encourage animated avatars by default, it would be nice for users to have the option for disabling "chat effects".
I'm happy for it to be turned on by default though, seems fun :tada:
This is quite fun, though for the same reason we don't encourage animated avatars by default, it would be nice for users toa have the option for disabling "chat effects".
I added that in the specs.
Hey @GuidoAdam this is looking great! I have a couple of points of feedback which would be good to address:
Relatedly— how are you implementing this currently? it'd be interesting for us to think about how to replicate the effects cross platform.
Hey, @nadonomy
- Could we occlude the confetti effect to be encapsulated within the timeline area only? I have concerns over it being too distracting otherwise.
- Likewise, it'd be great to let users opt out of this if they want to, so a Setting labelled "Don't show chat effects" (User Settings -> Preferences -> Timeline) which users can opt into would be great.
That's what I tried to say with numbers 7 and 8 under "User Experience".
Relatedly— how are you implementing this currently? it'd be interesting for us to think about how to replicate the effects cross platform.
Our developer found a react component for the effect. That can be used to implement it in Element Web and Desktop.
I don't know what technologies are used to implement the iOS and Android apps. I guess they might need an extra implementation.
That's what I tried to say with numbers 7 and 8 under "User Experience".
Ah got it! Sorry missed that there 🙂. To be specific, we have a Settings redesign on the horizon, and when we do we're biasing towards straying away from defaults being opt in, so we would want to ensure opting out is an 'active' action as described in this comment.
I'd advocate to just have one setting for now (a) we're assuming people might want both settings— it'd be better to avoid potentially prematurely optimising, and to let users tell us they need multiple settings after living with it after shipping & (b) it adds more debt to Settings in general.
Our developer found a react component for the effect. That can be used to implement it in Element Web and Desktop.
I don't know what technologies are used to implement the iOS and Android apps. I guess they might need an extra implementation.
Yup, but motion design is an art & science within itself and the specific animation properties all contribute to the feel of the physics of the effect, and therefore the personality of the app, which is cross-platform. We don't need to block this on a cross-platform implementation but it's a good thing to start thinking about early. Which component/module did you pick up for this implementation?
That's what I tried to say with numbers 7 and 8 under "User Experience".
Ah got it! Sorry missed that there 🙂. To be specific, we have a Settings redesign on the horizon, and when we do we're biasing towards straying away from defaults being opt in, so we would want to ensure opting out is an 'active' action as described in this comment.
I'd advocate to just have one setting for now (a) we're assuming that's people want, if it turned out to not be the case we'll hear about it, so we can avoid potentially prematurely optimising & (b) it adds more debt to Settings in general.
Okay. "Optin out is an 'active' action" means, that the effect is enabled by default?
I agree, that one setting is enough.
Hello @nadonomy, thank you for your feedback. actually i followed @t3chguy tipp that it's better to avoid installing packages for trivial things. therefor, i didn't use a ready react-component/package, i just found a pure javascript function that does the job and copied part of the code. here is the link to the source code: https://www.cssscript.com/confetti-falling-animation/
Okay. "Optin out is an 'active' action" means, that the effect is enabled by default?
Sorry I could've phrased clearer. Active as in, the default behaviour should be standard, and users should actively opt out of it. So that means a checkmark stylised as:
Which is off by default.
actually i followed @t3chguy tipp that it's better to avoid installing packages for trivial things. therefor, i didn't use a ready react-component/package, i just found a pure javascript function that does the job and copied part of the code. here is the link to the source code: https://www.cssscript.com/confetti-falling-animation/
Great thanks! Good to think ahead on this stuff now, there's probably similar particle effect plugins/modules on mobile we'd use (as opposed to authoring animations by hand) so good to know the source for posterity when we look at mobile later.
Okay. "Optin out is an 'active' action" means, that the effect is enabled by default?
Sorry I could've phrased clearer. Active as in, the default behaviour should be standard, and users should actively opt out of it. So that means a checkmark stylised as:
- [ ] Don't show chat effects
Which is off by default.
And the effect is "on" by default. I think, I got it...
@nadonomy & @GuidoAdam something like this!
@nurjinjafar yep precisely (assuming I'm interpreting the german translations correctly 😀).
We'd normally be more opinionated & specific about how to expose these, but we have a cleanup of all of these Settings on the horizon on the core team so will look at finding a more appropriate place, along with potentially expanding the options with micro copy etc. then.
Show confetti in a chat room on command or emoji
This project aims to increase the fun factor in a chat by introducing the option to throw virtual confetti.
Overview
Problem
Goals
Out of Scope
People and Roles
Context
Use Cases
Users want to:
Assumptions
Not relevant.
Proposal
Virtual confetti
We propose to implement a chat command "/confetti" that initiates a virtual confetti throw. In addition a virtual confetti throw is initiated, if a user sends a confetti emoji in a text message.
User Experience
See attached demo to get an idea of how virtual confetti can look like.
Future Work
Not needed
Tasks and Timeline
Attachments
Demo-Video:
confetti_feature_animation.zip