TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Manipulating and Animating SVG with Raw Javascript

15 pointsby chanindabout 6 years ago

2 comments

zamadatixabout 6 years ago
<a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;SVG&#x2F;SVG_animation_with_SMIL" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;SVG&#x2F;SVG_animati...</a>
syspecabout 6 years ago
Taking the provided example further, use a Penner easing equation to create a nice eased stop to the target value.<p>Even as simple as: progress = progress * progress<p>Can make things have a more natural feel