<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hagino_3000</author_name>
  <author_url>https://blog.hatena.ne.jp/hagino_3000/</author_url>
  <blog_title>hagino3000's blog</blog_title>
  <blog_url>https://hagino3000.hatenablog.com/</blog_url>
  <categories>
    <anon>javascript</anon>
  </categories>
  <description>javascriptでアニメーションをガリガリ書いてると、開発用のモンスターマシンとテスト用の貧弱スペックマシンで明らかに挙動が違って見えることがあります。それで嵌った所があったのでメモ。要素のpositionをrelativeからabsoluteに切り替えつつ、見た目上の位置は変えないというコード。こんな感じ。 // 基準とする親 var parent = $('parent'); // 動かしたい要素 var elem = $('hoge'); // relative → absolute 切り替え elem.style.position = 'absolute'; // 見た目上の位置は…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhagino3000.hatenablog.com%2Fentry%2F20080614%2F1213440288&quot; title=&quot;なんでも短く書けば良いってもんじゃないらしい - hagino3000&amp;#39;s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-06-14 19:44:48</published>
  <title>なんでも短く書けば良いってもんじゃないらしい</title>
  <type>rich</type>
  <url>https://hagino3000.hatenablog.com/entry/20080614/1213440288</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
