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

WavyAnimatedText for text with shadows issue #332

Open
Fatema-Jo opened this issue Dec 26, 2023 · 0 comments
Open

WavyAnimatedText for text with shadows issue #332

Fatema-Jo opened this issue Dec 26, 2023 · 0 comments

Comments

@Fatema-Jo
Copy link

Describe the bug
WavyAnimatedText doesn't work as expected when the text has shadows, a copy of the shadow doesn't get animeted.

To Reproduce
// when i use it on the text the letters get animated but not the shadow of the text

  1. AnimatedTextKit(
    animatedTexts: [
    WavyAnimatedText('Waves', textStyle: TextStyle(
    shadows: const [
    Shadow(
    color: Colors.white, offset: Offset(-3.0, 3.0))
    ])),
    ],
    ),

Expected behavior
it is expected for the shadow of the to be animated and not remain still.

Screenshots
image

Flutter:
Flutter 3.13.6 • channel stable

Dart:
Dart 3.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant