PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.8.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.8.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
ablocks / assets / build / blocks / news-ticker / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.8.0, at assets/build/blocks/news-ticker/block.json

852 lines 26.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "ablocks/news-ticker",
5 "version": "0.1.0",
6 "title": "News Ticker",
7 "category": "ablocks",
8 "description": "Add your news ticker",
9 "supports": {
10 "html": true,
11 "anchor": true
12 },
13 "textdomain": "ablocks",
14 "editorStyle": [
15 "ablocks-animate-style",
16 "ablocks-common-style",
17 "file:./style.css"
18 ],
19 "editorScript": [
20 "ablocks-common-script",
21 "file:./view.js"
22 ],
23 "attributes": {
24 "block_id": {
25 "type": "string",
26 "default": ""
27 },
28 "blockVersion": {
29 "type": "number",
30 "default": 2
31 },
32 "stickyLabel": {
33 "type": "string",
34 "default": "Breaking News"
35 },
36 "stickyLabelTag": {
37 "type": "string",
38 "default": "div"
39 },
40 "labelPosition": {
41 "type": "string",
42 "default": "left"
43 },
44 "queryType": {
45 "type": "string",
46 "default": "customText"
47 },
48 "selectedPosts": {
49 "type": "array",
50 "default": []
51 },
52 "postLink": {
53 "type": "boolean",
54 "default": false
55 },
56 "selectedPages": {
57 "type": "array",
58 "default": []
59 },
60 "pageLink": {
61 "type": "boolean",
62 "default": false
63 },
64 "customText": {
65 "type": "string",
66 "default": ""
67 },
68 "lists": {
69 "type": "array",
70 "default": [
71 {
72 "id": 0,
73 "text": "Stay updated with the latest trends!",
74 "link": {
75 "linkDestination": "",
76 "href": "",
77 "lightbox": "",
78 "linkTarget": "",
79 "rel": "",
80 "noFollow": "",
81 "keyValue": "",
82 "linkClass": ""
83 },
84 "isOpen": false
85 }
86 ]
87 },
88 "markerType": {
89 "type": "string",
90 "default": "icon"
91 },
92 "listIconsClasses": {
93 "type": "array",
94 "default": []
95 },
96 "slideDirection": {
97 "type": "string",
98 "default": "ltr"
99 },
100 "slideSpeed": {
101 "type": "number",
102 "default": 2
103 },
104 "labelColor": {
105 "type": "string",
106 "default": "white"
107 },
108 "labelBackgroundColor": {
109 "type": "string",
110 "default": "black"
111 },
112 "labelColorH": {
113 "type": "string",
114 "default": ""
115 },
116 "labelBackgroundColorH": {
117 "type": "string",
118 "default": ""
119 },
120 "labelColorTransition": {
121 "type": "number",
122 "default": ""
123 },
124 "tickerColor": {
125 "type": "string",
126 "default": "black"
127 },
128 "tickerBgColor": {
129 "type": "string",
130 "default": "#E5E5E6"
131 },
132 "tickerColorH": {
133 "type": "string",
134 "default": ""
135 },
136 "tickerBgColorH": {
137 "type": "string",
138 "default": ""
139 },
140 "tickerColorTransition": {
141 "type": "number",
142 "default": ""
143 },
144 "tickerType": {
145 "type": "string",
146 "default": "marquee"
147 },
148 "navigatorBgColor": {
149 "type": "string",
150 "default": ""
151 },
152 "navigatorColor": {
153 "type": "string",
154 "default": "#000000"
155 },
156 "showTickerNavigator": {
157 "type": "boolean",
158 "default": false
159 },
160 "navigatorPosition": {
161 "type": "string",
162 "default": "right"
163 },
164 "tickerListStyle": {
165 "type": "string",
166 "default": "none"
167 },
168 "isPauseOnOver": {
169 "type": "boolean",
170 "default": false
171 },
172 "isPositionSticky": {
173 "type": "boolean",
174 "default": false
175 },
176 "stickyPosition": {
177 "type": "string",
178 "default": "up"
179 },
180 "isShowLabel": {
181 "type": "boolean",
182 "default": true
183 },
184 "tickerLabelShape": {
185 "type": "string",
186 "default": "normal"
187 },
188 "labelPadding": {
189 "type": "object",
190 "default": {
191 "value": 10,
192 "valueTablet": "",
193 "valueMobile": "",
194 "valueUnit": "px",
195 "valueUnitTablet": "",
196 "valueUnitMobile": ""
197 }
198 },
199 "isShowTime": {
200 "type": "boolean",
201 "default": false
202 },
203 "tickerHeight": {
204 "type": "object",
205 "default": {
206 "value": 50,
207 "valueTablet": "",
208 "valueMobile": "",
209 "valueUnit": "px",
210 "valueUnitTablet": "",
211 "valueUnitMobile": ""
212 }
213 },
214 "labelTypographyGlobal": {
215 "type": "string",
216 "default": ""
217 },
218 "labelTypography": {
219 "type": "object",
220 "default": {
221 "fontFamily": "",
222 "weight": "",
223 "transform": "",
224 "style": "",
225 "decoration": "",
226 "fontSize": "",
227 "fontSizeUnit": "px",
228 "lineHeight": "",
229 "lineHeightUnit": "px",
230 "letterSpacing": "",
231 "letterSpacingUnit": "px",
232 "wordSpacing": "",
233 "wordSpacingUnit": "px",
234 "fontSizeTablet": "",
235 "fontSizeMobile": "",
236 "fontSizeUnitTablet": "px",
237 "fontSizeUnitMobile": "px",
238 "lineHeightTablet": "",
239 "lineHeightMobile": "",
240 "lineHeightUnitTablet": "px",
241 "lineHeightUnitMobile": "px",
242 "letterSpacingTablet": "",
243 "letterSpacingMobile": "",
244 "letterSpacingUnitTablet": "px",
245 "letterSpacingUnitMobile": "px",
246 "wordSpacingTablet": "",
247 "wordSpacingMobile": "",
248 "wordSpacingUnitTablet": "px",
249 "wordSpacingUnitMobile": "px"
250 }
251 },
252 "labelTextShadow": {
253 "type": "object",
254 "default": {
255 "color": "",
256 "blur": "",
257 "horizontal": "",
258 "vertical": ""
259 }
260 },
261 "labelTextStroke": {
262 "type": "object",
263 "default": {
264 "strokeWidth": "",
265 "strokeWidthTablet": "",
266 "strokeWidthMobile": "",
267 "strokeWidthUnit": "px",
268 "strokeWidthUnitTablet": "px",
269 "strokeWidthUnitMobile": "px",
270 "stroke": ""
271 }
272 },
273 "tickerTypographyGlobal": {
274 "type": "string",
275 "default": ""
276 },
277 "tickerTypography": {
278 "type": "object",
279 "default": {
280 "fontFamily": "",
281 "weight": "",
282 "transform": "",
283 "style": "",
284 "decoration": "",
285 "fontSize": "",
286 "fontSizeUnit": "px",
287 "lineHeight": "",
288 "lineHeightUnit": "px",
289 "letterSpacing": "",
290 "letterSpacingUnit": "px",
291 "wordSpacing": "",
292 "wordSpacingUnit": "px",
293 "fontSizeTablet": "",
294 "fontSizeMobile": "",
295 "fontSizeUnitTablet": "px",
296 "fontSizeUnitMobile": "px",
297 "lineHeightTablet": "",
298 "lineHeightMobile": "",
299 "lineHeightUnitTablet": "px",
300 "lineHeightUnitMobile": "px",
301 "letterSpacingTablet": "",
302 "letterSpacingMobile": "",
303 "letterSpacingUnitTablet": "px",
304 "letterSpacingUnitMobile": "px",
305 "wordSpacingTablet": "",
306 "wordSpacingMobile": "",
307 "wordSpacingUnitTablet": "px",
308 "wordSpacingUnitMobile": "px"
309 }
310 },
311 "tickerTextShadow": {
312 "type": "object",
313 "default": {
314 "color": "",
315 "blur": "",
316 "horizontal": "",
317 "vertical": ""
318 }
319 },
320 "tickerTextStroke": {
321 "type": "object",
322 "default": {
323 "strokeWidth": "",
324 "strokeWidthTablet": "",
325 "strokeWidthMobile": "",
326 "strokeWidthUnit": "px",
327 "strokeWidthUnitTablet": "px",
328 "strokeWidthUnitMobile": "px",
329 "stroke": ""
330 }
331 },
332 "_margin": {
333 "type": "object",
334 "default": {
335 "isLinked": true,
336 "isLinkedTablet": true,
337 "isLinkedMobile": true,
338 "common": "",
339 "top": "",
340 "right": "",
341 "bottom": "",
342 "left": "",
343 "unit": "px",
344 "commonTablet": "",
345 "topTablet": "",
346 "rightTablet": "",
347 "bottomTablet": "",
348 "leftTablet": "",
349 "unitTablet": "",
350 "commonMobile": "",
351 "topMobile": "",
352 "rightMobile": "",
353 "bottomMobile": "",
354 "leftMobile": "",
355 "unitMobile": ""
356 }
357 },
358 "_padding": {
359 "type": "object",
360 "default": {
361 "isLinked": true,
362 "isLinkedTablet": true,
363 "isLinkedMobile": true,
364 "common": "",
365 "top": "",
366 "right": "",
367 "bottom": "",
368 "left": "",
369 "unit": "px",
370 "commonTablet": "",
371 "topTablet": "",
372 "rightTablet": "",
373 "bottomTablet": "",
374 "leftTablet": "",
375 "unitTablet": "",
376 "commonMobile": "",
377 "topMobile": "",
378 "rightMobile": "",
379 "bottomMobile": "",
380 "leftMobile": "",
381 "unitMobile": ""
382 }
383 },
384 "_width": {
385 "type": "object",
386 "default": {
387 "widthType": "default",
388 "widthTypeTablet": "",
389 "widthTypeMobile": "",
390 "customWidth": "",
391 "customWidthTablet": "",
392 "customWidthMobile": "",
393 "customWidthUnit": "%",
394 "customWidthUnitTablet": "",
395 "customWidthUnitMobile": ""
396 }
397 },
398 "_border": {
399 "type": "object",
400 "default": {
401 "borderStyle": "default",
402 "borderStyleH": "default",
403 "borderColor": "",
404 "borderColorH": "",
405 "isLinkedWidth": true,
406 "isLinkedWidthTablet": true,
407 "isLinkedWidthMobile": true,
408 "commonWidth": "",
409 "commonWidthTablet": "",
410 "commonWidthMobile": "",
411 "topWidth": "",
412 "rightWidth": "",
413 "bottomWidth": "",
414 "leftWidth": "",
415 "topWidthTablet": "",
416 "rightWidthTablet": "",
417 "bottomWidthTablet": "",
418 "leftWidthTablet": "",
419 "topWidthMobile": "",
420 "rightWidthMobile": "",
421 "bottomWidthMobile": "",
422 "leftWidthMobile": "",
423 "unitWidth": "px",
424 "unitWidthTablet": "",
425 "unitWidthMobile": "",
426 "isLinkedWidthH": true,
427 "isLinkedWidthHTablet": true,
428 "isLinkedWidthHMobile": true,
429 "commonWidthH": "",
430 "commonWidthHTablet": "",
431 "commonWidthHMobile": "",
432 "topWidthH": "",
433 "rightWidthH": "",
434 "bottomWidthH": "",
435 "leftWidthH": "",
436 "topWidthHTablet": "",
437 "rightWidthHTablet": "",
438 "bottomWidthHTablet": "",
439 "leftWidthHTablet": "",
440 "topWidthHMobile": "",
441 "rightWidthHMobile": "",
442 "bottomWidthHMobile": "",
443 "leftWidthHMobile": "",
444 "unitWidthH": "px",
445 "unitWidthHTablet": "",
446 "unitWidthHMobile": "",
447 "isLinkedRadius": true,
448 "isLinkedRadiusTablet": true,
449 "isLinkedRadiusMobile": true,
450 "commonRadius": "",
451 "commonRadiusTablet": "",
452 "commonRadiusMobile": "",
453 "topRadius": "",
454 "rightRadius": "",
455 "bottomRadius": "",
456 "leftRadius": "",
457 "topRadiusTablet": "",
458 "rightRadiusTablet": "",
459 "bottomRadiusTablet": "",
460 "leftRadiusTablet": "",
461 "topRadiusMobile": "",
462 "rightRadiusMobile": "",
463 "bottomRadiusMobile": "",
464 "leftRadiusMobile": "",
465 "unitRadius": "px",
466 "unitRadiusTablet": "",
467 "unitRadiusMobile": "",
468 "isLinkedRadiusH": true,
469 "isLinkedRadiusHTablet": true,
470 "isLinkedRadiusHMobile": true,
471 "commonRadiusH": "",
472 "commonRadiusHTablet": "",
473 "commonRadiusHMobile": "",
474 "topRadiusH": "",
475 "rightRadiusH": "",
476 "bottomRadiusH": "",
477 "leftRadiusH": "",
478 "topRadiusHTablet": "",
479 "rightRadiusHTablet": "",
480 "bottomRadiusHTablet": "",
481 "leftRadiusHTablet": "",
482 "topRadiusHMobile": "",
483 "rightRadiusHMobile": "",
484 "bottomRadiusHMobile": "",
485 "leftRadiusHMobile": "",
486 "unitRadiusH": "px",
487 "unitRadiusHTablet": "",
488 "unitRadiusHMobile": "",
489 "transitionDuration": ""
490 }
491 },
492 "_position": {
493 "type": "object",
494 "default": {
495 "positionType": "relative",
496 "positionTypeTablet": "",
497 "positionTypeMobile": "",
498 "hOrientation": "",
499 "hOffset": "",
500 "hOffsetTablet": "",
501 "hOffsetMobile": "",
502 "hOffsetUnit": "px",
503 "hOffsetUnitTablet": "px",
504 "hOffsetUnitMobile": "px",
505 "vOrientation": "",
506 "vOffset": "",
507 "vOffsetTablet": "",
508 "vOffsetMobile": "",
509 "vOffsetUnit": "px",
510 "vOffsetUnitTablet": "px",
511 "vOffsetUnitMobile": "px"
512 }
513 },
514 "_background": {
515 "type": "object",
516 "default": {
517 "backgroundType": "none",
518 "backgroundTypeH": "none",
519 "backgroundColor": "",
520 "backgroundColorH": "",
521 "imgId": "",
522 "imgIdTablet": "",
523 "imgIdMobile": "",
524 "imgUrl": "",
525 "imgUrlTablet": "",
526 "imgUrlMobile": "",
527 "imgSize": "",
528 "imgSizeTablet": "",
529 "imgSizeMobile": "",
530 "imgPosition": "",
531 "imgPositionTablet": "",
532 "imgPositionMobile": "",
533 "imgXPositionUnit": "px",
534 "imgXPositionUnitTablet": "",
535 "imgXPositionUnitMobile": "",
536 "imgXPosition": "",
537 "imgXPositionTablet": "",
538 "imgXPositionMobile": "",
539 "imgYPositionUnit": "px",
540 "imgYPositionUnitTablet": "",
541 "imgYPositionUnitMobile": "",
542 "imgYPosition": "",
543 "imgYPositionTablet": "",
544 "imgYPositionMobile": "",
545 "imgAttachment": "",
546 "imgRepeat": "",
547 "imgRepeatTablet": "",
548 "imgRepeatMobile": "",
549 "imgDisplaySize": "",
550 "imgDisplaySizeTablet": "",
551 "imgDisplaySizeMobile": "",
552 "imgDisplaySizeWidth": "",
553 "imgDisplaySizeWidthTablet": "",
554 "imgDisplaySizeWidthMobile": "",
555 "imgDisplaySizeWidthUnit": "px",
556 "imgDisplaySizeWidthUnitTablet": "",
557 "imgDisplaySizeWidthUnitMobile": "",
558 "imgIdH": "",
559 "imgIdTabletH": "",
560 "imgIdMobileH": "",
561 "imgUrlH": "",
562 "imgUrlHTablet": "",
563 "imgUrlHMobile": "",
564 "imgSizeH": "",
565 "imgSizeHTablet": "",
566 "imgSizeHMobile": "",
567 "imgPositionH": "",
568 "imgPositionHTablet": "",
569 "imgPositionHMobile": "",
570 "imgXPositionUnitH": "px",
571 "imgXPositionUnitHTablet": "",
572 "imgXPositionUnitHMobile": "",
573 "imgXPositionH": "",
574 "imgXPositionHTablet": "",
575 "imgXPositionHMobile": "",
576 "imgYPositionUnitH": "px",
577 "imgYPositionUnitHTablet": "",
578 "imgYPositionUnitHMobile": "",
579 "imgYPositionH": "",
580 "imgYPositionHTablet": "",
581 "imgYPositionHMobile": "",
582 "imgAttachmentH": "",
583 "imgRepeatH": "",
584 "imgRepeatHTablet": "",
585 "imgRepeatHMobile": "",
586 "imgDisplaySizeH": "",
587 "imgDisplaySizeHTablet": "",
588 "imgDisplaySizeHMobile": "",
589 "imgDisplaySizeWidthH": "",
590 "imgDisplaySizeWidthHTablet": "",
591 "imgDisplaySizeWidthHMobile": "",
592 "imgDisplaySizeWidthHUnit": "px",
593 "imgDisplaySizeWidthHUnitTablet": "",
594 "imgDisplaySizeWidthHUnitMobile": "",
595 "transitionDuration": "",
596 "videoUrl": "",
597 "youtubeURL": "",
598 "vimeoURL": "",
599 "selfHostedURL": "",
600 "externalLink": false,
601 "videoSource": "none",
602 "videoPlayOnce": "",
603 "videoStartTime": "",
604 "videoEndTime": "",
605 "playOnMobile": "",
606 "videoPrivacyMode": "",
607 "fallbackImageUrl": ""
608 }
609 },
610 "_zIndex": {
611 "type": "object",
612 "default": {
613 "zIndex": "",
614 "zIndexTablet": "",
615 "zIndexMobile": ""
616 }
617 },
618 "_transform": {
619 "type": "object",
620 "default": {
621 "rotate": "",
622 "rotateTablet": "",
623 "rotateMobile": "",
624 "rotate3D": false,
625 "rotate3DTablet": false,
626 "rotate3DMobile": false,
627 "rotateX": "",
628 "rotateXTablet": "",
629 "rotateXMobile": "",
630 "rotateY": "",
631 "rotateYTablet": "",
632 "rotateYMobile": "",
633 "rotateP": "",
634 "rotatePTablet": "",
635 "rotatePMobile": "",
636 "offsetX": "",
637 "offsetXTablet": "",
638 "offsetXMobile": "",
639 "offsetXUnit": "px",
640 "offsetXUnitTablet": "px",
641 "offsetXUnitMobile": "px",
642 "offsetY": "",
643 "offsetYTablet": "",
644 "offsetYMobile": "",
645 "offsetYUnit": "px",
646 "offsetYUnitTablet": "px",
647 "offsetYUnitMobile": "px",
648 "scaleProportions": false,
649 "scale": "",
650 "scaleTablet": "",
651 "scaleMobile": "",
652 "scaleX": "",
653 "scaleXTablet": "",
654 "scaleXMobile": "",
655 "scaleY": "",
656 "scaleYTablet": "",
657 "scaleYMobile": "",
658 "skewX": "",
659 "skewXTablet": "",
660 "skewXMobile": "",
661 "skewY": "",
662 "skewYTablet": "",
663 "skewYMobile": "",
664 "flipHorizontal": false,
665 "flipVertical": false,
666 "xAnchorPoint": "",
667 "xAnchorPointTablet": "",
668 "xAnchorPointMobile": "",
669 "yAnchorPoint": "",
670 "yAnchorPointTablet": "",
671 "yAnchorPointMobile": "",
672 "rotateH": "",
673 "rotateHTablet": "",
674 "rotateHMobile": "",
675 "rotate3DH": false,
676 "rotate3DHTablet": false,
677 "rotate3DHMobile": false,
678 "rotateXH": "",
679 "rotateXHTablet": "",
680 "rotateXHMobile": "",
681 "rotateYH": "",
682 "rotateYHTablet": "",
683 "rotateYHMobile": "",
684 "rotatePH": "",
685 "rotatePHTablet": "",
686 "rotatePHMobile": "",
687 "offsetXH": "",
688 "offsetXHTablet": "",
689 "offsetXHMobile": "",
690 "offsetXHUnit": "px",
691 "offsetXHUnitTablet": "px",
692 "offsetXHUnitMobile": "px",
693 "offsetYH": "",
694 "offsetYHTablet": "",
695 "offsetYHMobile": "",
696 "offsetYHUnit": "px",
697 "offsetYHUnitTablet": "px",
698 "offsetYHUnitMobile": "px",
699 "scaleProportionsH": false,
700 "scaleH": "",
701 "scaleHTablet": "",
702 "scaleHMobile": "",
703 "scaleXH": "",
704 "scaleXHTablet": "",
705 "scaleXHMobile": "",
706 "scaleYH": "",
707 "scaleYHTablet": "",
708 "scaleYHMobile": "",
709 "skewXH": "",
710 "skewXHTablet": "",
711 "skewXHMobile": "",
712 "skewYH": "",
713 "skewYHTablet": "",
714 "skewYHMobile": "",
715 "flipHorizontalH": false,
716 "flipVerticalH": false,
717 "xAnchorPointH": "",
718 "xAnchorPointHTablet": "",
719 "xAnchorPointHMobile": "",
720 "yAnchorPointH": "",
721 "yAnchorPointHTablet": "",
722 "yAnchorPointHMobile": "",
723 "transitionH": ""
724 }
725 },
726 "_mask": {
727 "type": "object",
728 "default": {
729 "mask": false,
730 "maskTablet": false,
731 "maskMobile": false,
732 "maskShape": "circle",
733 "customMaskShape": "",
734 "maskSize": "",
735 "maskSizeTablet": "",
736 "maskSizeMobile": "",
737 "maskPosition": "",
738 "maskPositionTablet": "",
739 "maskPositionMobile": "",
740 "maskRepeat": "",
741 "maskRepeatTablet": "",
742 "maskRepeatMobile": "",
743 "scaleUnit": "px",
744 "scaleUnitTablet": "px",
745 "scaleUnitMobile": "px",
746 "scale": "0",
747 "scaleTablet": "0",
748 "scaleMobile": "0",
749 "xPositionUnit": "px",
750 "xPositionUnitTablet": "px",
751 "xPositionUnitMobile": "px",
752 "xPosition": "",
753 "xPositionTablet": "0",
754 "xPositionMobile": "0",
755 "yPositionUnit": "0",
756 "yPositionUnitTablet": "px",
757 "yPositionUnitMobile": "px",
758 "yPosition": "0",
759 "yPositionTablet": "0",
760 "yPositionMobile": "0"
761 }
762 },
763 "_animation": {
764 "type": "object",
765 "default": {
766 "animationType": "",
767 "animationTypeTablet": "",
768 "animationTypeMobile": "",
769 "animationDuration": "",
770 "animationDelay": ""
771 }
772 },
773 "_boxShadow": {
774 "type": "object",
775 "default": {
776 "preset": "",
777 "shadowType": "default",
778 "shadow": "",
779 "horizontal": "",
780 "vertical": "",
781 "blur": "",
782 "spread": "",
783 "color": "",
784 "presetH": "",
785 "shadowTypeH": "default",
786 "shadowH": "",
787 "horizontalH": "",
788 "verticalH": "",
789 "blurH": "",
790 "spreadH": "",
791 "colorH": "",
792 "transitionDuration": "0"
793 }
794 },
795 "_gsapAnimation": {
796 "type": "object",
797 "default": {
798 "animationType": "none",
799 "duration": 1,
800 "delay": 0,
801 "triggerType": "scroll",
802 "ease": "none",
803 "x": 0,
804 "y": 0,
805 "rotation": 0,
806 "rotationY": 0,
807 "opacity": 1,
808 "xTo": 0,
809 "yTo": 0,
810 "rotationTo": 0,
811 "rotationYTo": 0,
812 "opacityTo": 1,
813 "easeTo": "none",
814 "loops": false,
815 "numberOfRepeat": 0,
816 "isSmooth": true,
817 "startPoint": 80,
818 "endPoint": 10
819 }
820 },
821 "_hide_on_desktop": {
822 "type": "boolean",
823 "default": false
824 },
825 "_hide_on_tablet": {
826 "type": "boolean",
827 "default": false
828 },
829 "_hide_on_mobile": {
830 "type": "boolean",
831 "default": false
832 },
833 "_custom_css": {
834 "type": "string",
835 "default": ""
836 },
837 "_animation_element_trigger": {
838 "type": "array",
839 "default": [],
840 "items": {
841 "type": "object"
842 }
843 },
844 "_animation_page_trigger": {
845 "type": "array",
846 "default": [],
847 "items": {
848 "type": "object"
849 }
850 }
851 }
852 }