{target: e.target.dataset.i, shuffle: false, center: true}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{target: e.target.dataset.i, shuffle: true}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{target: e.target.dataset.i,shuffle: true,ease: 'easeInOutCirc',time: `2000ms`}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{target: e.target.dataset.i, shuffle: false}
1
2
3
4
5
6
7
8
9
{shuffle: true}
1
2
3
4
5
6
7
8
9