Darshan Rander

Results 95 comments of Darshan Rander

By the way which database you are going to use?

> Another example for this in an unrelated issue: [#301 (comment)](https://github.com/microsoft/winget-cli/issues/301#issuecomment-940172239) This kind of solution is fine I feel. Are there any plans to integrate it? maybe I can work...

If they have scripted solutions, they would be using IDs and won't ever see this interactive option while using scripts. I don't see a need for a feature toggle 🤔

@saurabhraj042 You can implement it with `CustomPainter` https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/lib/src/wavy.dart is implemented using `CustomPainter` It requires a lot of mathematical calculations but very customizable

What I'm thinking is that user will pass a `List` like `["Buy Now", "On Sale"]` The sequence of animation would be like. 1. `Buy` scales in 2. `Now` scales in...

Oh I realized with `CustomPainter` user would be able to manage duration of text showing up🤔

> @SirusCodes I would be wise to contain complexity. I also want to avoid baking too much complexity in a specific animation because a compositional approach that could be used...

@saurabhraj042 can you open a PR with gif of that animation?

Yes thanks now it's a lot clear 😃

> I wonder if we can come up with a better _name_ for the effect than `OutNow`. It seems more like a "Zoom In" effect to me, but I'm definitely...