2016-04-07から1日間の記事一覧

4月7日 授業内容(before要素とafter要素,ボタンにアニメーションを追加,ハンバーガーメニューにアニメーションを追加,CSS3によるアニメーション)

<html lang="ja"> <head> <meta charset="utf-8"> <title>ハンバーガーメニュー構造</title> <script src="js/1.8.2.js"></script> <script> $(function(){ $('ul.hunbergarlist a.plus').each(function(){ $(this).click(function(){ $(this).next('ul').slideToggle(300); $(this).next('div').slideToggle(300); $(t…</meta></head></html>