Animated-Text-Kit icon indicating copy to clipboard operation
Animated-Text-Kit copied to clipboard

Add more animated texts to the package

Open aagarwal1012 opened this issue 4 years ago • 34 comments

Reference: https://tobiasahlin.com/moving-letters/

If you want to work on any animation follow these steps.

  1. Open an issue with the link of animation
  2. Open a PR
  3. Get it merged!

aagarwal1012 avatar Jan 08 '21 20:01 aagarwal1012

@aagarwal1012 Can I try working on this?

Sameerkash avatar Feb 13 '21 04:02 Sameerkash

Go ahead @Sameerkash do let us know which animation you are working on..

SirusCodes avatar Feb 13 '21 04:02 SirusCodes

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.

Sameerkash avatar Feb 13 '21 04:02 Sameerkash

Any update on this ? :)

Tonku avatar Feb 19 '21 13:02 Tonku

@Tonku if you want to work on any new animated text then please post a comment.

aagarwal1012 avatar Feb 19 '21 13:02 aagarwal1012

Can I work on this?

jyotilaxmi98 avatar Mar 05 '21 05:03 jyotilaxmi98

Yes @jyotilaxmi98, you can definitely work on this issue.

aagarwal1012 avatar Mar 05 '21 06:03 aagarwal1012

How can I join the discord channel?

On Fri, Mar 5, 2021, 11:33 Ayush Agarwal [email protected] 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 .

jyotilaxmi98 avatar Mar 05 '21 06:03 jyotilaxmi98

How can I join the discord channel?

Participants and mentors should have received an email from GirlScript Summer of Code [email protected] with the Discord invitation.

awhitford avatar Mar 05 '21 08:03 awhitford

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 avatar Mar 06 '21 14:03 Preeti2095

@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.

SirusCodes avatar Mar 06 '21 14:03 SirusCodes

Thanks @SirusCodes!

Preeti2095 avatar Mar 06 '21 15:03 Preeti2095

Can I work on this under GSSOC '21 ?

prerna2712 avatar Mar 10 '21 09:03 prerna2712

@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.

Sameerkash avatar Mar 10 '21 11:03 Sameerkash

Is there any seperate discord channel within or outside the GSSOC server? Because I cannot find any seperate channel.

prerna2712 avatar Mar 10 '21 11:03 prerna2712

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 avatar Mar 10 '21 11:03 Sameerkash

@Sameerkash I think it is not visible to us yet.

Shreejichandra avatar Mar 10 '21 12:03 Shreejichandra

@aagarwal1012 I would like to add new animated text ( i.e Effect 15 from the reference :https://tobiasahlin.com/moving-letters/#15)

saurabhraj042 avatar Mar 11 '21 08:03 saurabhraj042

@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.

awhitford avatar Mar 11 '21 17:03 awhitford

Attention GSSOC Participants

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.

awhitford avatar Mar 11 '21 17:03 awhitford

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.

awhitford avatar Mar 12 '21 19:03 awhitford

@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 avatar Mar 22 '21 14:03 Preeti2095

@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.

Sameerkash avatar Mar 22 '21 15:03 Sameerkash

you've got the wrong sameer :cry:

sameer avatar Mar 23 '21 02:03 sameer

@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 avatar Apr 06 '21 04:04 CoderInTheWoods

@CoderInTheWoods, thanks for the proposal, I have assigned you #234.

aagarwal1012 avatar Apr 06 '21 06:04 aagarwal1012

@aagarwal1012 can I please work on this issue? And how shall I know which animations are still left to be added?

Mohitmadhav avatar Apr 24 '21 06:04 Mohitmadhav

@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.

aagarwal1012 avatar Apr 24 '21 08:04 aagarwal1012

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?

Mohitmadhav avatar May 21 '21 10:05 Mohitmadhav

Hey @Mohitmadhav it looks really great you can start working on it.

  1. Open an issue with the link
  2. Open a PR
  3. Get it merged!

SirusCodes avatar May 21 '21 13:05 SirusCodes