Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/supreme-.../includes/modules/Buttons
File: hover.css
/*!
[0] Fix | Delete
* Hover.css (http://ianlunn.github.io/Hover/)
[1] Fix | Delete
* Version: 2.1.0
[2] Fix | Delete
* Author: Ian Lunn @IanLunn
[3] Fix | Delete
* Author URL: http://ianlunn.co.uk/
[4] Fix | Delete
* Github: https://github.com/IanLunn/Hover
[5] Fix | Delete
[6] Fix | Delete
* Made available under a MIT License:
[7] Fix | Delete
* http://www.opensource.org/licenses/mit-license.php
[8] Fix | Delete
[9] Fix | Delete
* Hover.css Copyright Ian Lunn 2014. Generated with Sass.
[10] Fix | Delete
*/
[11] Fix | Delete
.dsm-grow {
[12] Fix | Delete
display: inline-block;
[13] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[14] Fix | Delete
transform: perspective(1px) translateZ(0);
[15] Fix | Delete
box-shadow: 0 0 1px transparent;
[16] Fix | Delete
-webkit-transition-duration: .3s;
[17] Fix | Delete
transition-duration: .3s;
[18] Fix | Delete
-webkit-transition-property: transform;
[19] Fix | Delete
transition-property: transform
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
.dsm-grow:active,
[23] Fix | Delete
.dsm-grow:focus,
[24] Fix | Delete
.dsm-grow:hover {
[25] Fix | Delete
-webkit-transform: scale(1.1);
[26] Fix | Delete
transform: scale(1.1)
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
.dsm-shrink {
[30] Fix | Delete
display: inline-block;
[31] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[32] Fix | Delete
transform: perspective(1px) translateZ(0);
[33] Fix | Delete
box-shadow: 0 0 1px transparent;
[34] Fix | Delete
-webkit-transition-duration: .3s;
[35] Fix | Delete
transition-duration: .3s;
[36] Fix | Delete
-webkit-transition-property: transform;
[37] Fix | Delete
transition-property: transform
[38] Fix | Delete
}
[39] Fix | Delete
[40] Fix | Delete
.dsm-shrink:active,
[41] Fix | Delete
.dsm-shrink:focus,
[42] Fix | Delete
.dsm-shrink:hover {
[43] Fix | Delete
-webkit-transform: scale(.9);
[44] Fix | Delete
transform: scale(.9)
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
@-webkit-keyframes dsm-pulse {
[48] Fix | Delete
25% {
[49] Fix | Delete
-webkit-transform: scale(1.1);
[50] Fix | Delete
transform: scale(1.1)
[51] Fix | Delete
}
[52] Fix | Delete
[53] Fix | Delete
75% {
[54] Fix | Delete
-webkit-transform: scale(.9);
[55] Fix | Delete
transform: scale(.9)
[56] Fix | Delete
}
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
@keyframes dsm-pulse {
[60] Fix | Delete
25% {
[61] Fix | Delete
-webkit-transform: scale(1.1);
[62] Fix | Delete
transform: scale(1.1)
[63] Fix | Delete
}
[64] Fix | Delete
[65] Fix | Delete
75% {
[66] Fix | Delete
-webkit-transform: scale(.9);
[67] Fix | Delete
transform: scale(.9)
[68] Fix | Delete
}
[69] Fix | Delete
}
[70] Fix | Delete
[71] Fix | Delete
.dsm-pulse {
[72] Fix | Delete
display: inline-block;
[73] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[74] Fix | Delete
transform: perspective(1px) translateZ(0);
[75] Fix | Delete
box-shadow: 0 0 1px transparent
[76] Fix | Delete
}
[77] Fix | Delete
[78] Fix | Delete
.dsm-pulse:active,
[79] Fix | Delete
.dsm-pulse:focus,
[80] Fix | Delete
.dsm-pulse:hover {
[81] Fix | Delete
-webkit-animation-name: dsm-pulse;
[82] Fix | Delete
animation-name: dsm-pulse;
[83] Fix | Delete
-webkit-animation-duration: 1s;
[84] Fix | Delete
animation-duration: 1s;
[85] Fix | Delete
-webkit-animation-timing-function: linear;
[86] Fix | Delete
animation-timing-function: linear;
[87] Fix | Delete
-webkit-animation-iteration-count: infinite;
[88] Fix | Delete
animation-iteration-count: infinite
[89] Fix | Delete
}
[90] Fix | Delete
[91] Fix | Delete
@-webkit-keyframes dsm-pulse-grow {
[92] Fix | Delete
to {
[93] Fix | Delete
-webkit-transform: scale(1.1);
[94] Fix | Delete
transform: scale(1.1)
[95] Fix | Delete
}
[96] Fix | Delete
}
[97] Fix | Delete
[98] Fix | Delete
@keyframes dsm-pulse-grow {
[99] Fix | Delete
to {
[100] Fix | Delete
-webkit-transform: scale(1.1);
[101] Fix | Delete
transform: scale(1.1)
[102] Fix | Delete
}
[103] Fix | Delete
}
[104] Fix | Delete
[105] Fix | Delete
.dsm-pulse-grow {
[106] Fix | Delete
display: inline-block;
[107] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[108] Fix | Delete
transform: perspective(1px) translateZ(0);
[109] Fix | Delete
box-shadow: 0 0 1px transparent
[110] Fix | Delete
}
[111] Fix | Delete
[112] Fix | Delete
.dsm-pulse-grow:active,
[113] Fix | Delete
.dsm-pulse-grow:focus,
[114] Fix | Delete
.dsm-pulse-grow:hover {
[115] Fix | Delete
-webkit-animation-name: dsm-pulse-grow;
[116] Fix | Delete
animation-name: dsm-pulse-grow;
[117] Fix | Delete
-webkit-animation-duration: .3s;
[118] Fix | Delete
animation-duration: .3s;
[119] Fix | Delete
-webkit-animation-timing-function: linear;
[120] Fix | Delete
animation-timing-function: linear;
[121] Fix | Delete
-webkit-animation-iteration-count: infinite;
[122] Fix | Delete
animation-iteration-count: infinite;
[123] Fix | Delete
-webkit-animation-direction: alternate;
[124] Fix | Delete
animation-direction: alternate
[125] Fix | Delete
}
[126] Fix | Delete
[127] Fix | Delete
@-webkit-keyframes dsm-pulse-shrink {
[128] Fix | Delete
to {
[129] Fix | Delete
-webkit-transform: scale(.9);
[130] Fix | Delete
transform: scale(.9)
[131] Fix | Delete
}
[132] Fix | Delete
}
[133] Fix | Delete
[134] Fix | Delete
@keyframes dsm-pulse-shrink {
[135] Fix | Delete
to {
[136] Fix | Delete
-webkit-transform: scale(.9);
[137] Fix | Delete
transform: scale(.9)
[138] Fix | Delete
}
[139] Fix | Delete
}
[140] Fix | Delete
[141] Fix | Delete
.dsm-pulse-shrink {
[142] Fix | Delete
display: inline-block;
[143] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[144] Fix | Delete
transform: perspective(1px) translateZ(0);
[145] Fix | Delete
box-shadow: 0 0 1px transparent
[146] Fix | Delete
}
[147] Fix | Delete
[148] Fix | Delete
.dsm-pulse-shrink:active,
[149] Fix | Delete
.dsm-pulse-shrink:focus,
[150] Fix | Delete
.dsm-pulse-shrink:hover {
[151] Fix | Delete
-webkit-animation-name: dsm-pulse-shrink;
[152] Fix | Delete
animation-name: dsm-pulse-shrink;
[153] Fix | Delete
-webkit-animation-duration: .3s;
[154] Fix | Delete
animation-duration: .3s;
[155] Fix | Delete
-webkit-animation-timing-function: linear;
[156] Fix | Delete
animation-timing-function: linear;
[157] Fix | Delete
-webkit-animation-iteration-count: infinite;
[158] Fix | Delete
animation-iteration-count: infinite;
[159] Fix | Delete
-webkit-animation-direction: alternate;
[160] Fix | Delete
animation-direction: alternate
[161] Fix | Delete
}
[162] Fix | Delete
[163] Fix | Delete
@-webkit-keyframes dsm-push {
[164] Fix | Delete
50% {
[165] Fix | Delete
-webkit-transform: scale(.8);
[166] Fix | Delete
transform: scale(.8)
[167] Fix | Delete
}
[168] Fix | Delete
[169] Fix | Delete
to {
[170] Fix | Delete
-webkit-transform: scale(1);
[171] Fix | Delete
transform: scale(1)
[172] Fix | Delete
}
[173] Fix | Delete
}
[174] Fix | Delete
[175] Fix | Delete
@keyframes dsm-push {
[176] Fix | Delete
50% {
[177] Fix | Delete
-webkit-transform: scale(.8);
[178] Fix | Delete
transform: scale(.8)
[179] Fix | Delete
}
[180] Fix | Delete
[181] Fix | Delete
to {
[182] Fix | Delete
-webkit-transform: scale(1);
[183] Fix | Delete
transform: scale(1)
[184] Fix | Delete
}
[185] Fix | Delete
}
[186] Fix | Delete
[187] Fix | Delete
.dsm-push {
[188] Fix | Delete
display: inline-block;
[189] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[190] Fix | Delete
transform: perspective(1px) translateZ(0);
[191] Fix | Delete
box-shadow: 0 0 1px transparent
[192] Fix | Delete
}
[193] Fix | Delete
[194] Fix | Delete
.dsm-push:active,
[195] Fix | Delete
.dsm-push:focus,
[196] Fix | Delete
.dsm-push:hover {
[197] Fix | Delete
-webkit-animation-name: dsm-push;
[198] Fix | Delete
animation-name: dsm-push;
[199] Fix | Delete
-webkit-animation-duration: .3s;
[200] Fix | Delete
animation-duration: .3s;
[201] Fix | Delete
-webkit-animation-timing-function: linear;
[202] Fix | Delete
animation-timing-function: linear;
[203] Fix | Delete
-webkit-animation-iteration-count: 1;
[204] Fix | Delete
animation-iteration-count: 1
[205] Fix | Delete
}
[206] Fix | Delete
[207] Fix | Delete
@-webkit-keyframes dsm-pop {
[208] Fix | Delete
50% {
[209] Fix | Delete
-webkit-transform: scale(1.2);
[210] Fix | Delete
transform: scale(1.2)
[211] Fix | Delete
}
[212] Fix | Delete
}
[213] Fix | Delete
[214] Fix | Delete
@keyframes dsm-pop {
[215] Fix | Delete
50% {
[216] Fix | Delete
-webkit-transform: scale(1.2);
[217] Fix | Delete
transform: scale(1.2)
[218] Fix | Delete
}
[219] Fix | Delete
}
[220] Fix | Delete
[221] Fix | Delete
.dsm-pop {
[222] Fix | Delete
display: inline-block;
[223] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[224] Fix | Delete
transform: perspective(1px) translateZ(0);
[225] Fix | Delete
box-shadow: 0 0 1px transparent
[226] Fix | Delete
}
[227] Fix | Delete
[228] Fix | Delete
.dsm-pop:active,
[229] Fix | Delete
.dsm-pop:focus,
[230] Fix | Delete
.dsm-pop:hover {
[231] Fix | Delete
-webkit-animation-name: dsm-pop;
[232] Fix | Delete
animation-name: dsm-pop;
[233] Fix | Delete
-webkit-animation-duration: .3s;
[234] Fix | Delete
animation-duration: .3s;
[235] Fix | Delete
-webkit-animation-timing-function: linear;
[236] Fix | Delete
animation-timing-function: linear;
[237] Fix | Delete
-webkit-animation-iteration-count: 1;
[238] Fix | Delete
animation-iteration-count: 1
[239] Fix | Delete
}
[240] Fix | Delete
[241] Fix | Delete
.dsm-bounce-in {
[242] Fix | Delete
display: inline-block;
[243] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[244] Fix | Delete
transform: perspective(1px) translateZ(0);
[245] Fix | Delete
box-shadow: 0 0 1px transparent;
[246] Fix | Delete
-webkit-transition-duration: .5s;
[247] Fix | Delete
transition-duration: .5s
[248] Fix | Delete
}
[249] Fix | Delete
[250] Fix | Delete
.dsm-bounce-in:active,
[251] Fix | Delete
.dsm-bounce-in:focus,
[252] Fix | Delete
.dsm-bounce-in:hover {
[253] Fix | Delete
-webkit-transform: scale(1.2);
[254] Fix | Delete
transform: scale(1.2);
[255] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
[256] Fix | Delete
transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
[257] Fix | Delete
}
[258] Fix | Delete
[259] Fix | Delete
.dsm-bounce-out {
[260] Fix | Delete
display: inline-block;
[261] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[262] Fix | Delete
transform: perspective(1px) translateZ(0);
[263] Fix | Delete
box-shadow: 0 0 1px transparent;
[264] Fix | Delete
-webkit-transition-duration: .5s;
[265] Fix | Delete
transition-duration: .5s
[266] Fix | Delete
}
[267] Fix | Delete
[268] Fix | Delete
.dsm-bounce-out:active,
[269] Fix | Delete
.dsm-bounce-out:focus,
[270] Fix | Delete
.dsm-bounce-out:hover {
[271] Fix | Delete
-webkit-transform: scale(.8);
[272] Fix | Delete
transform: scale(.8);
[273] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
[274] Fix | Delete
transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
[275] Fix | Delete
}
[276] Fix | Delete
[277] Fix | Delete
.dsm-rotate {
[278] Fix | Delete
display: inline-block;
[279] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[280] Fix | Delete
transform: perspective(1px) translateZ(0);
[281] Fix | Delete
box-shadow: 0 0 1px transparent;
[282] Fix | Delete
-webkit-transition-duration: .3s;
[283] Fix | Delete
transition-duration: .3s;
[284] Fix | Delete
-webkit-transition-property: transform;
[285] Fix | Delete
transition-property: transform
[286] Fix | Delete
}
[287] Fix | Delete
[288] Fix | Delete
.dsm-rotate:active,
[289] Fix | Delete
.dsm-rotate:focus,
[290] Fix | Delete
.dsm-rotate:hover {
[291] Fix | Delete
-webkit-transform: rotate(4deg);
[292] Fix | Delete
transform: rotate(4deg)
[293] Fix | Delete
}
[294] Fix | Delete
[295] Fix | Delete
.dsm-grow-rotate {
[296] Fix | Delete
display: inline-block;
[297] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[298] Fix | Delete
transform: perspective(1px) translateZ(0);
[299] Fix | Delete
box-shadow: 0 0 1px transparent;
[300] Fix | Delete
-webkit-transition-duration: .3s;
[301] Fix | Delete
transition-duration: .3s;
[302] Fix | Delete
-webkit-transition-property: transform;
[303] Fix | Delete
transition-property: transform
[304] Fix | Delete
}
[305] Fix | Delete
[306] Fix | Delete
.dsm-grow-rotate:active,
[307] Fix | Delete
.dsm-grow-rotate:focus,
[308] Fix | Delete
.dsm-grow-rotate:hover {
[309] Fix | Delete
-webkit-transform: scale(1.1) rotate(4deg);
[310] Fix | Delete
transform: scale(1.1) rotate(4deg)
[311] Fix | Delete
}
[312] Fix | Delete
[313] Fix | Delete
.dsm-float {
[314] Fix | Delete
display: inline-block;
[315] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[316] Fix | Delete
transform: perspective(1px) translateZ(0);
[317] Fix | Delete
box-shadow: 0 0 1px transparent;
[318] Fix | Delete
-webkit-transition-duration: .3s;
[319] Fix | Delete
transition-duration: .3s;
[320] Fix | Delete
-webkit-transition-property: transform;
[321] Fix | Delete
transition-property: transform;
[322] Fix | Delete
-webkit-transition-timing-function: ease-out;
[323] Fix | Delete
transition-timing-function: ease-out
[324] Fix | Delete
}
[325] Fix | Delete
[326] Fix | Delete
.dsm-float:active,
[327] Fix | Delete
.dsm-float:focus,
[328] Fix | Delete
.dsm-float:hover {
[329] Fix | Delete
-webkit-transform: translateY(-8px);
[330] Fix | Delete
transform: translateY(-8px)
[331] Fix | Delete
}
[332] Fix | Delete
[333] Fix | Delete
.dsm-sink {
[334] Fix | Delete
display: inline-block;
[335] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[336] Fix | Delete
transform: perspective(1px) translateZ(0);
[337] Fix | Delete
box-shadow: 0 0 1px transparent;
[338] Fix | Delete
-webkit-transition-duration: .3s;
[339] Fix | Delete
transition-duration: .3s;
[340] Fix | Delete
-webkit-transition-property: transform;
[341] Fix | Delete
transition-property: transform;
[342] Fix | Delete
-webkit-transition-timing-function: ease-out;
[343] Fix | Delete
transition-timing-function: ease-out
[344] Fix | Delete
}
[345] Fix | Delete
[346] Fix | Delete
.dsm-sink:active,
[347] Fix | Delete
.dsm-sink:focus,
[348] Fix | Delete
.dsm-sink:hover {
[349] Fix | Delete
-webkit-transform: translateY(8px);
[350] Fix | Delete
transform: translateY(8px)
[351] Fix | Delete
}
[352] Fix | Delete
[353] Fix | Delete
@-webkit-keyframes dsm-bob {
[354] Fix | Delete
0% {
[355] Fix | Delete
-webkit-transform: translateY(-8px);
[356] Fix | Delete
transform: translateY(-8px)
[357] Fix | Delete
}
[358] Fix | Delete
[359] Fix | Delete
50% {
[360] Fix | Delete
-webkit-transform: translateY(-4px);
[361] Fix | Delete
transform: translateY(-4px)
[362] Fix | Delete
}
[363] Fix | Delete
[364] Fix | Delete
to {
[365] Fix | Delete
-webkit-transform: translateY(-8px);
[366] Fix | Delete
transform: translateY(-8px)
[367] Fix | Delete
}
[368] Fix | Delete
}
[369] Fix | Delete
[370] Fix | Delete
@keyframes dsm-bob {
[371] Fix | Delete
0% {
[372] Fix | Delete
-webkit-transform: translateY(-8px);
[373] Fix | Delete
transform: translateY(-8px)
[374] Fix | Delete
}
[375] Fix | Delete
[376] Fix | Delete
50% {
[377] Fix | Delete
-webkit-transform: translateY(-4px);
[378] Fix | Delete
transform: translateY(-4px)
[379] Fix | Delete
}
[380] Fix | Delete
[381] Fix | Delete
to {
[382] Fix | Delete
-webkit-transform: translateY(-8px);
[383] Fix | Delete
transform: translateY(-8px)
[384] Fix | Delete
}
[385] Fix | Delete
}
[386] Fix | Delete
[387] Fix | Delete
@-webkit-keyframes dsm-bob-float {
[388] Fix | Delete
to {
[389] Fix | Delete
-webkit-transform: translateY(-8px);
[390] Fix | Delete
transform: translateY(-8px)
[391] Fix | Delete
}
[392] Fix | Delete
}
[393] Fix | Delete
[394] Fix | Delete
@keyframes dsm-bob-float {
[395] Fix | Delete
to {
[396] Fix | Delete
-webkit-transform: translateY(-8px);
[397] Fix | Delete
transform: translateY(-8px)
[398] Fix | Delete
}
[399] Fix | Delete
}
[400] Fix | Delete
[401] Fix | Delete
.dsm-bob {
[402] Fix | Delete
display: inline-block;
[403] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[404] Fix | Delete
transform: perspective(1px) translateZ(0);
[405] Fix | Delete
box-shadow: 0 0 1px transparent
[406] Fix | Delete
}
[407] Fix | Delete
[408] Fix | Delete
.dsm-bob:active,
[409] Fix | Delete
.dsm-bob:focus,
[410] Fix | Delete
.dsm-bob:hover {
[411] Fix | Delete
-webkit-animation-name: dsm-bob-float, dsm-bob;
[412] Fix | Delete
animation-name: dsm-bob-float, dsm-bob;
[413] Fix | Delete
-webkit-animation-duration: .3s, 1.5s;
[414] Fix | Delete
animation-duration: .3s, 1.5s;
[415] Fix | Delete
-webkit-animation-delay: 0s, .3s;
[416] Fix | Delete
animation-delay: 0s, .3s;
[417] Fix | Delete
-webkit-animation-timing-function: ease-out, ease-in-out;
[418] Fix | Delete
animation-timing-function: ease-out, ease-in-out;
[419] Fix | Delete
-webkit-animation-iteration-count: 1, infinite;
[420] Fix | Delete
animation-iteration-count: 1, infinite;
[421] Fix | Delete
-webkit-animation-fill-mode: forwards;
[422] Fix | Delete
animation-fill-mode: forwards;
[423] Fix | Delete
-webkit-animation-direction: normal, alternate;
[424] Fix | Delete
animation-direction: normal, alternate
[425] Fix | Delete
}
[426] Fix | Delete
[427] Fix | Delete
@-webkit-keyframes dsm-hang {
[428] Fix | Delete
0% {
[429] Fix | Delete
-webkit-transform: translateY(8px);
[430] Fix | Delete
transform: translateY(8px)
[431] Fix | Delete
}
[432] Fix | Delete
[433] Fix | Delete
50% {
[434] Fix | Delete
-webkit-transform: translateY(4px);
[435] Fix | Delete
transform: translateY(4px)
[436] Fix | Delete
}
[437] Fix | Delete
[438] Fix | Delete
to {
[439] Fix | Delete
-webkit-transform: translateY(8px);
[440] Fix | Delete
transform: translateY(8px)
[441] Fix | Delete
}
[442] Fix | Delete
}
[443] Fix | Delete
[444] Fix | Delete
@keyframes dsm-hang {
[445] Fix | Delete
0% {
[446] Fix | Delete
-webkit-transform: translateY(8px);
[447] Fix | Delete
transform: translateY(8px)
[448] Fix | Delete
}
[449] Fix | Delete
[450] Fix | Delete
50% {
[451] Fix | Delete
-webkit-transform: translateY(4px);
[452] Fix | Delete
transform: translateY(4px)
[453] Fix | Delete
}
[454] Fix | Delete
[455] Fix | Delete
to {
[456] Fix | Delete
-webkit-transform: translateY(8px);
[457] Fix | Delete
transform: translateY(8px)
[458] Fix | Delete
}
[459] Fix | Delete
}
[460] Fix | Delete
[461] Fix | Delete
@-webkit-keyframes dsm-hang-sink {
[462] Fix | Delete
to {
[463] Fix | Delete
-webkit-transform: translateY(8px);
[464] Fix | Delete
transform: translateY(8px)
[465] Fix | Delete
}
[466] Fix | Delete
}
[467] Fix | Delete
[468] Fix | Delete
@keyframes dsm-hang-sink {
[469] Fix | Delete
to {
[470] Fix | Delete
-webkit-transform: translateY(8px);
[471] Fix | Delete
transform: translateY(8px)
[472] Fix | Delete
}
[473] Fix | Delete
}
[474] Fix | Delete
[475] Fix | Delete
.dsm-hang {
[476] Fix | Delete
display: inline-block;
[477] Fix | Delete
-webkit-transform: perspective(1px) translateZ(0);
[478] Fix | Delete
transform: perspective(1px) translateZ(0);
[479] Fix | Delete
box-shadow: 0 0 1px transparent
[480] Fix | Delete
}
[481] Fix | Delete
[482] Fix | Delete
.dsm-hang:active,
[483] Fix | Delete
.dsm-hang:focus,
[484] Fix | Delete
.dsm-hang:hover {
[485] Fix | Delete
-webkit-animation-name: dsm-hang-sink, dsm-hang;
[486] Fix | Delete
animation-name: dsm-hang-sink, dsm-hang;
[487] Fix | Delete
-webkit-animation-duration: .3s, 1.5s;
[488] Fix | Delete
animation-duration: .3s, 1.5s;
[489] Fix | Delete
-webkit-animation-delay: 0s, .3s;
[490] Fix | Delete
animation-delay: 0s, .3s;
[491] Fix | Delete
-webkit-animation-timing-function: ease-out, ease-in-out;
[492] Fix | Delete
animation-timing-function: ease-out, ease-in-out;
[493] Fix | Delete
-webkit-animation-iteration-count: 1, infinite;
[494] Fix | Delete
animation-iteration-count: 1, infinite;
[495] Fix | Delete
-webkit-animation-fill-mode: forwards;
[496] Fix | Delete
animation-fill-mode: forwards;
[497] Fix | Delete
-webkit-animation-direction: normal, alternate;
[498] Fix | Delete
animation-direction: normal, alternate
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function