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

Direction of gradient animation #109

Closed
pishguy opened this issue Sep 21, 2020 · 2 comments
Closed

Direction of gradient animation #109

pishguy opened this issue Sep 21, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@pishguy
Copy link

pishguy commented Sep 21, 2020

my language is RTL and how can i change gradient animation on this sample code:

SizedBox(
  width: 250.0,
  child: ColorizeAnimatedTextKit(
    onTap: () {
        print("Tap Event");
      },
    text: [
      "Larry Page",
      "Bill Gates",
      "Steve Jobs",
    ],
    textStyle: TextStyle(
        fontSize: 50.0, 
        fontFamily: "Horizon"
    ),
    colors: [
      Colors.purple,
      Colors.blue,
      Colors.yellow,
      Colors.red,
    ],
    textAlign: TextAlign.start,
    alignment: AlignmentDirectional.topStart // or Alignment.topLeft
  ),
);

my mean is starting animation from right to left

@AadumKhor
Copy link
Collaborator

@MahdiPishguy current version of the package does not support changing the direction of the animation. We will look into it since this is a good enhancement.

@AadumKhor AadumKhor added the enhancement New feature or request label Oct 4, 2020
@ali-tafakkori
Copy link

+1

aagarwal1012 added a commit that referenced this issue Dec 6, 2020
Added RTL support for Colorize animation. Resolves #109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants