<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ofsilvers</author_name>
  <author_url>https://blog.hatena.ne.jp/ofsilvers/</author_url>
  <blog_title>しるてく</blog_title>
  <blog_url>https://ofsilvers.hateblo.jp/</blog_url>
  <categories>
    <anon>css</anon>
  </categories>
  <description>背景 CSSだけでスクロールアップダウンしたいなーと思って、特に何も考えず、次のような実装をしてみた。 #open-infoをクリックすると、#infoが内容量に合わせて良い感じにスクロールして閉じたり開いたりしてくれる予定。 実装 #info { overflow: hidden; height: 0; -webkit-transition: height 1000ms; } #info.open { heigt: auto; } $('#open-info').on('click', function() { $('#info').toggleClass('open'); }); 動かない…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fofsilvers.hateblo.jp%2Fentry%2Fauto-height-transition-not-working&quot; title=&quot;css3 transitionでheight: auto;が使えないのでmax-heightを使ってみる - しるてく&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>2013-02-07 16:50:52</published>
  <title>css3 transitionでheight: auto;が使えないのでmax-heightを使ってみる</title>
  <type>rich</type>
  <url>https://ofsilvers.hateblo.jp/entry/auto-height-transition-not-working</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
