File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,12 @@ body {
42
42
}
43
43
44
44
/* Animated container, apply some animation changes */
45
- .t-anim ,
45
+ .t-img ,
46
46
.t-pivot {
47
- -webkit-animation-timing-function : linear !important ;
48
47
animation-timing-function : linear !important ;
49
- -webkit-animation-fill-mode : both !important ;
50
48
animation-fill-mode : both !important ;
51
49
}
52
50
53
- .thrown {
54
- position : absolute;
55
- }
56
-
57
51
* {
58
52
pointer-events : none;
59
53
}
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ function createThrownImage(
270
270
const elm = image . cloneNode ( true ) as HTMLImageElement ;
271
271
const style = elm . style ;
272
272
273
- elm . classList . add ( "t-anim " ) ;
273
+ elm . classList . add ( "t-img " ) ;
274
274
275
275
style . width = `${ scaledWidth } px` ;
276
276
style . height = `${ scaledHeight } px` ;
You can’t perform that action at this time.
0 commit comments