Open aagarwal1012 opened 3 years ago
@aagarwal1012 Can I try working on this?
Go ahead @Sameerkash do let us know which animation you are working on..
Go ahead @Sameerkash do let us know which animation you are working on..
Thanks @SirusCodes, I'll try out a few things and drop by again.
Any update on this ? :)
@Tonku if you want to work on any new animated text then please post a comment.
Can I work on this?
Yes @jyotilaxmi98, you can definitely work on this issue.
How can I join the discord channel?
On Fri, Mar 5, 2021, 11:33 Ayush Agarwal notifications@github.com wrote:
Yes @jyotilaxmi98 https://github.com/jyotilaxmi98, you can definitely work on this issue.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aagarwal1012/Animated-Text-Kit/issues/187#issuecomment-791179101, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMXGFQ2V6F5FY43ZFKWMYXDTCBXZLANCNFSM4V26PZPQ .
How can I join the discord channel?
Participants and mentors should have received an email from GirlScript Summer of Code girlscriptsoc@gmail.com with the Discord invitation.
I also want to add some animated texts. How can I get started like where I can create this. I am a total beginner in dart and flutter so don't know where to create it. I searched in net. I am getting confused. Can anyone give me any suggestion or resources so that I can take help from it? And these examples which were given were amazing. I also want to create something like that.
@Preeti2095 If you don't have any idea about it I would recommend you to learn a bit about Flutter and Animations in Flutter. Then you can take a look and try to understand ScaleAnimation it is one of the few easiest animation on this package.
Thanks @SirusCodes!
Can I work on this under GSSOC '21 ?
@prerna2712, Sure, go ahead, do let us know which animation, in particular, you're working on. Get back to us on the discord channel if you have any further doubts.
Is there any seperate discord channel within or outside the GSSOC server? Because I cannot find any seperate channel.
Is there any seperate discord channel within or outside the GSSOC server? Because I cannot find any seperate channel.
Please search for #animated-text-kit under projects2 of GSSoC's main server.
@Sameerkash I think it is not visible to us yet.
@aagarwal1012 I would like to add new animated text ( i.e Effect 15 from the reference :https://tobiasahlin.com/moving-letters/#15)
@aagarwal1012 I would like to add new animated text ( i.e Effect 15 from the reference :https://tobiasahlin.com/moving-letters/#15)
@saurabhraj042 Issue #207 has been created for you.
We are interested in GSSOC Participants creating new animations. The link to Moving Letters is meant to be inspirational, not necessarily a specification. We welcome your imagination.
Rather than have a bunch of people working on this one issue (#187), we will create a unique issue for each (Participant, Animation) combination. For example, @saurabhraj042 requested to work on an animation like Moving Letters - Effect 15, so we created #207 for him.
If you are interested in working on an animation, please create a new Issue. Please describe the animation that you are striving for because we would like to avoid multiple people working on the same animation. We will add the GSSOC21
and Level3
labels.
Have you noticed that animation classes come in pairs? For example, there is FadeAnimatedText
and FadeAnimatedTextKit
. There was a significant refactoring with Version 3 that split the original FadeAnimatedTextKit
into FadeAnimatedText
and AnimatedTextKit
, then FadeAnimatedTextKit
was adjusted for backwards compatibility.
When introducing a new AnimationText
subclass, you may wonder if you also need to also introduce an additional Kit
class. The answer is NO. 🎉
Going forward, we are championing the adoption of the Version 3 approach, and will be deprecating the legacy Kit classes. This will make creating new animations easier.
@Preeti2095 If you don't have any idea about it I would recommend you to learn a bit about Flutter and Animations in Flutter. Then you can take a look and try to understand ScaleAnimation it is one of the few easiest animation on this package.
I was installing flutter...and when I ran flutter doctor I got " !doctor found issues in 1 category" in the last line. How to resolve this?
@Preeti2095 would recommend asking these types of questions on discord rather than here as this is meant for communicating about this particular issue and not generic doubts about flutter, ping @sameer in discord, I'll be able to help you.
you've got the wrong sameer :cry:
@aagarwal1012 I would like to work on this issue.
I am thinking of adding new text animation Effect 12 from https://tobiasahlin.com/moving-letters/#12
Do let me know if I can work on this.
My GSSOC'21 Discord ID is : Kalgi Sheth (P)#6930
@CoderInTheWoods, thanks for the proposal, I have assigned you #234.
@aagarwal1012 can I please work on this issue? And how shall I know which animations are still left to be added?
@Mohitmadhav, try to select one animated text from the list and check if it is not present in the Readme file; this should work for now.
I want to work on https://tobiasahlin.com/moving-letters/#14 @aagarwal1012
But how should I proceed? Should I create a separate class extending AnimatedTextKit in the src folder or something else? Can you please help me out?
Hey @Mohitmadhav it looks really great you can start working on it.
Hey @Mohitmadhav it looks really great you can start working on it.
- Open an issue with the link
- Open a PR
- Get it merged!
That I understand but how can I create the animation I meant - By creating a new dart file for effect in src folder after fork and clone?
Yes @Mohitmadhav you can follow this as well.
@SirusCodes not contributing rules - I meant how shall I create this new effect?
@Mohitmadhav I would directly paint the text to canvas and honestly speaking that's not easy.
Reference: https://tobiasahlin.com/moving-letters/
If you want to work on any animation follow these steps.