]> _ Git - fluidbook_tools.git/commitdiff
wait #6118 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Jul 2023 15:07:07 +0000 (17:07 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Jul 2023 15:07:07 +0000 (17:07 +0200)
.idea/deployment.xml
src/Links/ContentLink.php

index 983f9b2a2392b64b2bc463f01b11026057616ab0..897baa7eda5c1492049336d62951f4ca63f29125 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="PublishConfigData" autoUpload="Always" serverName="fluidbookprocessfarm.alphaville" remoteFilesAllowedToDisappearOnAutoupload="false" confirmBeforeUploading="false" autoUploadExternalChanges="true" showAutoUploadSettingsWarning="false">
+  <component name="PublishConfigData" autoUpload="Always" serverName="toolbox.fluidbook.com" remoteFilesAllowedToDisappearOnAutoupload="false" confirmBeforeUploading="false" autoUploadExternalChanges="true" showAutoUploadSettingsWarning="false">
     <option name="confirmBeforeUploading" value="false" />
     <serverData>
       <paths name="alphaville.cubedesigners.com">
index bc8120e1b36ce575dc03e87ea19f5e55ca6c02af..0764819159040b08ec82e12a88f0264643403671 100644 (file)
@@ -60,6 +60,9 @@ class ContentLink extends Link {
             if (isset($animation['type']) && in_array($animation['type'], $hiddenAnimations)) {
                 return true;
             }
+            if ($animation['type'] === 'scalefrom' && isset($animation['scale']) && $animation['scale'] <= 0) {
+                return true;
+            }
         }
         return false;
     }