diff --git a/content/developer/howtos/website_themes/animations.rst b/content/developer/howtos/website_themes/animations.rst index adbb617b75..82a1cba4c9 100644 --- a/content/developer/howtos/website_themes/animations.rst +++ b/content/developer/howtos/website_themes/animations.rst @@ -42,9 +42,11 @@ attribute to control the animation's direction intensity. .. code-block:: xml -
-

A Section Subtitle

-

Write one or two paragraphs describing your product or services.

+
+

A Section Subtitle

+

Write one or two paragraphs describing your product or services.

.. image:: animations/appearance.png @@ -74,10 +76,14 @@ Additionally, we can also set an `in` or `out` effect, an animation `direction` .. code-block:: xml -
-

A Section Subtitle

-

Write one or two paragraphs describing your product or services.

-
+
+

A Section Subtitle

+

Write one or two paragraphs describing your product or services.

+
.. list-table:: :header-rows: 1 @@ -102,7 +108,7 @@ Additionally, we can also set an `in` or `out` effect, an animation `direction` .. seealso:: `Website Animate - `_ + `_ .. _website_themes/animations/hover: @@ -129,11 +135,11 @@ also define the type of animation in the `data-hover-effect` attribute. .. code-block:: xml ... + src="..." + alt="..." + class="img img-fluid o_we_custom_image o_animate_on_hover" + data-hover-effect="overlay" + data-hover-effect-color="rgba(0, 0, 0, 0.25)" /> .. list-table:: :header-rows: 1 @@ -157,7 +163,6 @@ also define the type of animation in the `data-hover-effect` attribute. - Integer (saved as `px`) .. image:: animations/hover.png - :width: 300 :alt: Animation on hover options .. seealso:: diff --git a/content/developer/howtos/website_themes/animations/appearance.png b/content/developer/howtos/website_themes/animations/appearance.png index 7ed1d9764f..55057e2da8 100644 Binary files a/content/developer/howtos/website_themes/animations/appearance.png and b/content/developer/howtos/website_themes/animations/appearance.png differ diff --git a/content/developer/howtos/website_themes/animations/hover.png b/content/developer/howtos/website_themes/animations/hover.png index 4fb567e215..5e23b66d39 100644 Binary files a/content/developer/howtos/website_themes/animations/hover.png and b/content/developer/howtos/website_themes/animations/hover.png differ diff --git a/content/developer/howtos/website_themes/animations/scroll.png b/content/developer/howtos/website_themes/animations/scroll.png index fef88f97ae..47215ab95e 100644 Binary files a/content/developer/howtos/website_themes/animations/scroll.png and b/content/developer/howtos/website_themes/animations/scroll.png differ