diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:04:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 01:04:27 +0900 |
commit | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch) | |
tree | cc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/api/window/requestanimationframe/index.html | |
parent | dcc2714189d050e2b8b7911b3778bb5229752afe (diff) | |
download | translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2 translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip |
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/api/window/requestanimationframe/index.html')
-rw-r--r-- | files/ko/web/api/window/requestanimationframe/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/window/requestanimationframe/index.html b/files/ko/web/api/window/requestanimationframe/index.html index d85946dee3..438a90a536 100644 --- a/files/ko/web/api/window/requestanimationframe/index.html +++ b/files/ko/web/api/window/requestanimationframe/index.html @@ -107,6 +107,6 @@ window.requestAnimationFrame(step); <li><a href="http://paulirish.com/2011/requestanimationframe-for-smart-animating/">requestAnimationFrame for smart animating</a> - 블로그 포스트</li> <li><a href="http://hacks.mozilla.org/2011/08/animating-with-javascript-from-setinterval-to-requestanimationframe/">Animating with javascript: from setInterval to requestAnimationFrame</a> - 블로그 포스트</li> <li><a href="http://blogs.msdn.com/b/ie/archive/2011/07/05/using-pc-hardware-more-efficiently-in-html5-new-web-performance-apis-part-1.aspx">Using PC Hardware more efficiently in HTML5: New Web Performance APIs, Part 1</a> - 블로그 포스트</li> - <li><a href="http://www.testufo.com/#test=animation-time-graph" title="http://www.testufo.com/#test=animation-time-graph">TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations</a></li> + <li><a href="http://www.testufo.com/#test=animation-time-graph">TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations</a></li> <li>Paul Irish: <a class="external external-icon" href="http://updates.html5rocks.com/2012/05/requestAnimationFrame-API-now-with-sub-millisecond-precision">requestAnimationFrame API: now with sub-millisecond precision</a></li> </ul> |