-
Elements are not being animated after building the project. In a development server, they are being animated.
I've made a minimal repro: https://stackblitz.com/edit/sveltejs-kit-template-default-gm…
-
WavyAnimatedTextKit(
textStyle: TextStyle(
fontSize: 32.0,
fontWeight: FontWeight.bold
),
text: [
"promptly",
],
isRepeatingAnimation: true,
),
-
While viewing the Animated Text Kit package, I noticed the page main title was enclosed in raw HTML tags. This doesn't appear to be the case when viewing the package's main github rep page.
Page: h…
-
I have a couple of Text objects animating but once the Flicker animation is done, the text doesn't stay up on the screen. Although I set both the repeatingForever and isRepeatingAnimation to false, th…
-
**Describe the bug**
When specifying TextAlign.center to FlickerAnimatedText, the text alignment remain set to its default value TextAlign.start.
**To Reproduce**
Steps to reproduce the behavior:…
-
Due to multiple engagements and commitments, I am unable to devote time to solving issues and maintaining the package. Therefore, I strongly require someone who can spend his time to maintaining this …
-
The landing page for ilp-kit (https://github.com/interledgerjs/ilp-kit/) right now will case the effect of 'user exhaustion'; most people will not clearly understand the homepage or read through it al…
ghost updated
6 years ago
-
Not even sure if text animations is possible with Flutter, but MFM support would be nice to have (obviously down the line, this isn't a super important feature by any means).
- [x] `x2` Big
- [x]…
-
the color animation is weird. There has a short animation at the beginning when repeated.
dependencies:
`animated_text_kit: ^4.2.0`
Here's a piece of code:
```dart
child: AnimatedTextKit(
…
-
### What's happening?
Once camera library loads in one screen and going back to previous screen in stack navigation then app unable to goes to sleep. May be camera reference object is unable to let a…