Merge 6d622da43a97271571ac67e13d31c4f08b69b3bd into 08c1f6599a1412b145c7bf645a1f28c14db12742

This commit is contained in:
Emilio Cobos Álvarez 2024-02-11 21:41:22 +01:00 committed by GitHub
commit 991ae17e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,6 +180,9 @@ var has3d,
len = vendorPrefixes.length,
vendor = '';
if ('transform' in document.body.style)
return vendor;
while (len--)
if ((vendorPrefixes[len] + 'Transform') in document.body.style)
vendor='-'+vendorPrefixes[len].toLowerCase()+'-';