|
|
Line 312: |
Line 312: |
| } | | } |
| | | |
− | .photo-show img:nth-of-type(1) { | + | .photo-show img:nth-of-type(4) { |
| animation-delay: 12s; | | animation-delay: 12s; |
| -webkit-animation-delay: 6s; | | -webkit-animation-delay: 6s; |
| } | | } |
| | | |
− | .photo-show img:nth-of-type(2) { | + | .photo-show img:nth-of-type(5) { |
| animation-delay: 16s; | | animation-delay: 16s; |
| -webkit-animation-delay: 8s; | | -webkit-animation-delay: 8s; |
| } | | } |
| | | |
− | .photo-show img:nth-of-type(3) { | + | .photo-show img:nth-of-type(6) { |
| animation-delay: 20s; | | animation-delay: 20s; |
| -webkit-animation-delay: 10s; | | -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;
| |
− | }
| |
| | | |
| /*マウスが画像に重なった際、動きを止めて四角くする*/ | | /*マウスが画像に重なった際、動きを止めて四角くする*/ |