概要
cssとjsで overflow:hidden
の要素を上下に開閉アニメーションします。
動作の流れ
- 同じ要素をhiddenでクローン作成
- 高さを取得
- 取得した高さを
max-height
として設定 - cssの
transition
でイイ感じにアニメーション
ソースコード
See the Pen cssとjsで overflow:hidden の要素を上下に開閉アニメーション by toromo (@toromoon) on CodePen.
Go to list of users who liked
More than 3 years have passed since last update.
cssとjsで overflow:hidden
の要素を上下に開閉アニメーションします。
max-height
として設定transition
でイイ感じにアニメーションSee the Pen cssとjsで overflow:hidden の要素を上下に開閉アニメーション by toromo (@toromoon) on CodePen.
Register as a new user and use Qiita more conveniently
Go to list of users who liked