Line 308: | Line 308: | ||
.photo-show img:nth-of-type(3) { | .photo-show img:nth-of-type(3) { | ||
− | animation-delay: | + | animation-delay: 8s; |
− | -webkit-animation-delay: | + | -webkit-animation-delay: 4; |
} | } | ||
+ | .photo-show img:nth-of-type(1) { | ||
+ | animation-delay: 12s; | ||
+ | -webkit-animation-delay: 6s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(2) { | ||
+ | animation-delay: 16s; | ||
+ | -webkit-animation-delay: 8s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(3) { | ||
+ | animation-delay: 20s; | ||
+ | -webkit-animation-delay: 10s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(1) { | ||
+ | animation-delay: 24s; | ||
+ | -webkit-animation-delay: 12s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(2) { | ||
+ | animation-delay: 28s; | ||
+ | -webkit-animation-delay: 14s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(3) { | ||
+ | animation-delay: 32s; | ||
+ | -webkit-animation-delay: 16s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(1) { | ||
+ | animation-delay: 36s; | ||
+ | -webkit-animation-delay: 18s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(2) { | ||
+ | animation-delay: 40s; | ||
+ | -webkit-animation-delay: 20s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(3) { | ||
+ | animation-delay: 44s; | ||
+ | -webkit-animation-delay: 22s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(1) { | ||
+ | animation-delay: 48s; | ||
+ | -webkit-animation-delay: 24s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(2) { | ||
+ | animation-delay: 52s; | ||
+ | -webkit-animation-delay: 26s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(3) { | ||
+ | animation-delay: 56s; | ||
+ | -webkit-animation-delay: 28s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(1) { | ||
+ | animation-delay: 60s; | ||
+ | -webkit-animation-delay: 30s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(2) { | ||
+ | animation-delay: 64s; | ||
+ | -webkit-animation-delay: 32s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(3) { | ||
+ | animation-delay: 68s; | ||
+ | -webkit-animation-delay: 34s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(1) { | ||
+ | animation-delay: 72s; | ||
+ | -webkit-animation-delay: 36s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(2) { | ||
+ | animation-delay: 76s; | ||
+ | -webkit-animation-delay: 38s; | ||
+ | } | ||
+ | |||
+ | .photo-show img:nth-of-type(3) { | ||
+ | animation-delay: 80s; | ||
+ | -webkit-animation-delay: 40s; | ||
+ | } | ||
/*マウスが画像に重なった際、動きを止めて四角くする*/ | /*マウスが画像に重なった際、動きを止めて四角くする*/ |
Revision as of 17:50, 31 October 2017