Shared element text size change
See original GitHub issueHey, sorry for the multitude of issues 😃
So one more thing I’m trying to do is gradually increase the size of text as I animate from a list view & something becomes a page header.
The text position animates great, but fontSize
doesn’t seem like it can be animated.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Changing text size and color in Shared Element Activity ...
Yes, if you want to perform an Activity transition while changing text size and color, you can probably change the text…
Read more >How can I scale textviews using shared element transitions?
Since changing the TextView 's text size will cause its layout bounds to change during the course of the animation, getting the transition...
Read more >TextView shared elements abruptly change in text size at the ...
During the shared element transition, the ImageView is animated perfectly. However, the TextView does not animate smoothly across the two ...
Read more >How to Change Font Size in CSS - HubSpot Blog
Learn how to change the size of different elements on your web page using the font-size property in CSS.
Read more >How To Style Text Elements with Font, Size, and Color in CSS
Open index. html in your browser or refresh the page. The font-size change on the body element changed all the fonts on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tested. Will not work using Animated from react-native. New version using reanimated in the works.
I’m seeing some jumping in the text transition that I’m working on. Stay tuned.