PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
← All changes | assets/build/blocks/image-scroll/block.json +80 -5 2.9.1 → 2.14.0 View file →
@@ -309,8 +309,21 @@
309 309 "leftMobile": "",
310 310 "unitMobile": ""
311 311 }
312 312 },
313 + "link": {
314 + "type": "object",
315 + "default": {
316 + "linkDestination": "",
317 + "href": "",
318 + "lightbox": "",
319 + "linkTarget": "",
320 + "rel": "",
321 + "noFollow": "",
322 + "keyValue": "",
323 + "linkClass": ""
324 + }
325 + },
313 326 "opacity": {
314 327 "type": "number",
315 328 "default": 1
316 329 },
@@ -326,15 +339,37 @@
326 339 "type": "number",
327 340 "default": 0.5
328 341 },
329 342 "iconFontSize": {
330 - "type": "number",
331 - "default": 35
343 + "type": "object",
344 + "default": {
345 + "value": 36,
346 + "valueTablet": 24,
347 + "valueMobile": 16,
348 + "valueUnit": "px",
349 + "valueUnitTablet": "",
350 + "valueUnitMobile": ""
351 + }
332 352 },
333 353 "scrollHeight": {
334 - "type": "number",
335 - "default": 300
354 + "type": "object",
355 + "default": {
356 + "value": 200,
357 + "valueTablet": "",
358 + "valueMobile": ""
359 + }
336 360 },
361 + "scrollWidth": {
362 + "type": "object",
363 + "default": {
364 + "value": 100,
365 + "valueTablet": "",
366 + "valueMobile": "",
367 + "valueUnit": "%",
368 + "valueUnitTablet": "",
369 + "valueUnitMobile": ""
370 + }
371 + },
337 372 "_margin": {
338 373 "type": "object",
339 374 "default": {
340 375 "isLinked": true,
@@ -756,9 +791,9 @@
756 791 "xPositionUnitMobile": "px",
757 792 "xPosition": "",
758 793 "xPositionTablet": "0",
759 794 "xPositionMobile": "0",
760 - "yPositionUnit": "0",
795 + "yPositionUnit": "px",
761 796 "yPositionUnitTablet": "px",
762 797 "yPositionUnitMobile": "px",
763 798 "yPosition": "0",
764 799 "yPositionTablet": "0",
@@ -796,8 +831,34 @@
796 831 "colorH": "",
797 832 "transitionDuration": "0"
798 833 }
799 834 },
835 + "_gsapAnimation": {
836 + "type": "object",
837 + "default": {
838 + "animationType": "none",
839 + "duration": 1,
840 + "delay": 0,
841 + "triggerType": "scroll",
842 + "ease": "none",
843 + "x": 0,
844 + "y": 0,
845 + "rotation": 0,
846 + "rotationY": 0,
847 + "opacity": 1,
848 + "xTo": 0,
849 + "yTo": 0,
850 + "rotationTo": 0,
851 + "rotationYTo": 0,
852 + "opacityTo": 1,
853 + "easeTo": "none",
854 + "loops": false,
855 + "numberOfRepeat": 0,
856 + "isSmooth": true,
857 + "startPoint": 80,
858 + "endPoint": 10
859 + }
860 + },
800 861 "_hide_on_desktop": {
801 862 "type": "boolean",
802 863 "default": false
803 864 },
@@ -811,7 +872,21 @@
811 872 },
812 873 "_custom_css": {
813 874 "type": "string",
814 875 "default": ""
876 + },
877 + "_animation_element_trigger": {
878 + "type": "array",
879 + "default": [],
880 + "items": {
881 + "type": "object"
882 + }
883 + },
884 + "_animation_page_trigger": {
885 + "type": "array",
886 + "default": [],
887 + "items": {
888 + "type": "object"
889 + }
815 890 }
816 891 }
817 892 }