Add an AMP component that shows a count up/down animation
See original GitHub issueHere’s a random example of what this is referring to, found through a Google Image Search:
This animation starts at $265,000 and goes up to $268,000 over the course of ~4 seconds. Things to think about:
- Should allow counting up and down
- Number formatting (i.e. this includes a dollar sign and comma for thousands digits that aren’t part of the incrementing number)
- Maybe we can make use of
contain: strict
and force this to bedisplay: block
to prevent massively reflowing text on every frame?
/cc @aghassemi
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Add an AMP component that shows a count up/down animation
This animation starts at $265,000 and goes up to $268,000 over the course of ~4 seconds. Things to think about: Should allow counting...
Read more >Documentation: <amp-animation> - amp.dev
Defines and displays an animation. ... The amp-animation component defines and runs custom animations and effects. It relies on the Web Animations API....
Read more >Angular Animations and Dynamically updating values
I am trying to create a quiz and I would like to display one question at a time. I would like to animate...
Read more >150+ ways to use AMP for Email (and Save Interactive Email)
150+ ways to use AMP for Email (and Save Interactive Email) · 1. Chat and live interaction through AMP for Email (5 ideas)...
Read more >Successive-approximation ADC - Wikipedia
A successive-approximation ADC is a type of analog-to-digital converter that converts a continuous analog waveform into a discrete digital representation ...
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 Free
Top 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
Hi any news on how can we have this effect?
/ping @aghassemi @newmuis
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.