PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 0.2.3
FrontBlocks for Gutenberg/GeneratePress v0.2.3
trunk 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 ci-artifacts
frontblocks / readme.txt
frontblocks Last commit date
includes 2 years ago frontblocks.php 2 years ago readme.txt 2 years ago
readme.txt
108 lines
1 === FrontBlocks ===
2 Contributors: davidperez, sacrajaimez, alexbreagarcia, matiasquero, amulero, manoloramos
3 Tags: carrusel, slider, lightweight, generatepress
4 Donate link: https://close.marketing/go/donate/
5 Requires at least: 5.0
6 Tested up to: 6.4
7 Stable tag: 0.2.2
8 Version: 0.2.2
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 Custom enhacements for front developing.
13
14 == Description ==
15
16 To start using the Carousel, add the frontblocks-carousel class to the element and then, include any of the following attributes:
17
18 Data Attributes for Carrousel:
19 - data-type: slider, carousel
20 slider - rewinds slider to the start/end when it reaches first or last slide,
21 carousel - changes slides without starting over when it reaches first or last slide.
22
23 - data-autoplay: 0 - time ms
24 - data-view: 1, 2, 3, 4, 5, 6
25 - data-buttons: bullets, arrows, none
26 - data-res-view: 1, 2, 3, 4, 5, 6
27
28 Data Attributes for Animation:
29 - data-frontblocks-animation: defines the animation class name that will be assigned to the element.
30
31 Animations:
32 Based on [Animate.css](https://animate.style/)
33
34 Attention seekers:
35 bounce, flash, pulse, rubberBand, shakeX, shakeY, headShake, swing, tada, wobble, jello, heartBeat
36
37 Back entrances:
38 backInDown, backInLeft, backInRight, backInUp
39
40 Back exits:
41 backOutDown, backOutLeft, backOutRight, backOutUp
42
43 Bouncing entrances:
44 bounceIn, bounceInDown, bounceInLeft, bounceInRight, bounceInUp
45
46 Bouncing exits:
47 bounceOut, bounceOutDown, bounceOutLeft, bounceOutRight, bounceOutUp
48
49 Fading entrances:
50 fadeIn, fadeInDown, fadeInDownBig, fadeInLeft, fadeInLeftBig, fadeInRight, fadeInRightBig, fadeInUp, fadeInUpBig, fadeInTopLeft, fadeInTopRight, fadeInBottomLeft, fadeInBottomRight
51
52 Fading exits:
53 fadeOut, fadeOutDown, fadeOutDownBig, fadeOutLeft, fadeOutLeftBig, fadeOutRight, fadeOutRightBig, fadeOutUp, fadeOutUpBig, fadeOutTopLeft, fadeOutTopRight, fadeOutBottomRight, fadeOutBottomLeft
54
55 Flippers:
56 flip, flipInX, flipInY, flipOutX, flipOutY, Lightspeed, lightSpeedInRight, lightSpeedInLeft, lightSpeedOutRight, lightSpeedOutLeft
57
58 Rotating entrances:
59 rotateIn, rotateInDownLeft, rotateInDownRight, rotateInUpLeft, rotateInUpRight
60
61 Rotating exits:
62 rotateOut, rotateOutDownLeft, rotateOutDownRight, rotateOutUpLeft, rotateOutUpRight
63
64 Specials:
65 hinge, jackInTheBox, rollIn, rollOut
66
67 Zooming entrances:
68 zoomIn, zoomInDown, zoomInLeft, zoomInRight, zoomInUp
69
70 Zooming exits:
71 zoomOut, zoomOutDown zoomOutLeft, zoomOutRight, zoomOutUp
72
73 Sliding entrances:
74 slideInDown, slideInLeft, slideInRight, slideInUp, Sliding, exits slideOutDown, slideOutLeft, slideOutRight, slideOutUp
75
76 Others Plugins:
77 - [Closemarketing Plugins](https://profiles.wordpress.org/closemarketing/#content-plugins)
78
79 == Installation ==
80
81 Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your
82 WordPress installation and then activate the Plugin from Plugins page.
83
84
85 == Developers ==
86 [Official Repository Github](https://github.com/closemarketing/frontblocks)
87
88 == Changelog ==
89 = 0.2.3 =
90 * Updated Glide autoplay value assignation.
91
92 = 0.2.2 =
93 * Updated images.
94
95 = 0.2.1 =
96 * New image for WordPress Plugin.
97
98 = 0.2.0 =
99 * Created Animation feature.
100
101 = 0.1.0 =
102 * Created Carousel/Slider class block.
103 * First released.
104
105 == Links ==
106
107 * [Closemarketing](https://close.marketing/)
108 * [Close·Technology](https://close.technology/)