From 966884fb10315dbaf97d1e8d0a0ed5db809786db Mon Sep 17 00:00:00 2001 From: Pwiz Date: Fri, 23 Oct 2020 10:52:59 +0800 Subject: [PATCH 1/3] Update css3d.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C3D.create支持sort --- css3d.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css3d.js b/css3d.js index f50448a..7313277 100644 --- a/css3d.js +++ b/css3d.js @@ -795,6 +795,7 @@ } if (obj.size != undefined) _o.size.apply(_o, obj.size); + if (obj.sort != undefined) _o.sort.apply(_o, obj.sort); if (obj.position != undefined) _o.position.apply(_o, obj.position); if (obj.rotation != undefined) _o.rotation.apply(_o, obj.rotation); if (obj.scale != undefined) _o.scale.apply(_o, obj.scale); @@ -830,4 +831,4 @@ return C3D; -}))); \ No newline at end of file +}))); From 54a7fa66350f49e49f620b7724e95ed79189b498 Mon Sep 17 00:00:00 2001 From: wangpw2 Date: Thu, 12 May 2022 15:35:18 +0800 Subject: [PATCH 2/3] t --- css3d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css3d.js b/css3d.js index 7313277..9e9fe71 100644 --- a/css3d.js +++ b/css3d.js @@ -7,7 +7,7 @@ typeof define === 'function' && define.amd ? define(factory) : (global.C3D = factory()); }(this, (function () { - 'use strict'; + 'use strict'; var C3D = {}; From e0643383ba783012c9a53d238f37cc27827996bf Mon Sep 17 00:00:00 2001 From: wangpw2 Date: Thu, 12 May 2022 21:48:09 +0800 Subject: [PATCH 3/3] tt --- css3d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css3d.js b/css3d.js index 9e9fe71..7313277 100644 --- a/css3d.js +++ b/css3d.js @@ -7,7 +7,7 @@ typeof define === 'function' && define.amd ? define(factory) : (global.C3D = factory()); }(this, (function () { - 'use strict'; + 'use strict'; var C3D = {};