[wordpress插件] Blur Text文字模糊

wordpress 插件 文章 2020-03-08 01:20 454 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Use the shortcode [blur][/blur] to blur text.

使用简码[blur] [/ blur]模糊文本。

For example:

例如:

[blur]This text will be blurred[/blur]

[blur]此文字将会模糊[/ blur]

Optionally, you can set the blur to be removed when the user clicks or hovers on it.

(可选)您可以设置当用户单击或悬停模糊时将其移除。

Here are the shortcode examples for that:

这是为此的简码示例:

[blur toggle=click]This text will be blurred until it’s clicked on[/blur]

[blur toggle = click]此文本将一直模糊直到被单击[/ blur]

[blur toggle=hover]This text will be blurred until it’s hovered over[/blur]

[blur toggle = hover]此文本将一直模糊直到将鼠标悬停在[/ blur]

Be default, the blurred text color will be black.

默认情况下,模糊的文本颜色将为黑色。

You can specify a different color like this:

您可以像这样指定其他颜色:

[blur color=orange]This text will be orange, even when blurred.[/blur]

[blur color = orange]即使模糊,此文本也将是橙色。[/ blur]

[blur color=#00FF00]This text will be green, even when blurred.[/blur]

[blur color =#00FF00]即使模糊,该文本也会显示为绿色。[/ blur]

This plugin uses the CSS3 feature “text-shadow” to create the blur and a transparent color font.

此插件使用CSS3功能“文本阴影”创建模糊和透明颜色字体。

This plugin only works with the following browsers:

该插件仅适用于以下浏览器:

Firefox 3.5+

Firefox 3.5+

Chrome 4+

Chrome 4+

Safari 4+

Safari 4+

Opera 9.6+

Opera 9.6 +

This plugin allows you to choose what should be done on unsupported browsers.

此插件可让您选择在不受支持的浏览器上应执行的操作。

There are currently 3 choices:

当前有3个选择:

1) blackout – This makes the background color the same color as the text (default)

1)停电–这会使背景颜色与文本颜色相同(默认)

2) none – This doesn’t change the text at all.

2)none –完全不会更改文本。

3) hide – The text will not be shown on unsupported browsers.

3)隐藏-文本将不会在不支持的浏览器中显示。

The fallback is specified like this:

后备是这样指定的:

[blur fallback=blackout color=red]This text will have a solid red background on unsupported browsers.[/blur]

[blur fallback = blackout color = red]在不受支持的浏览器上,此文本将具有稳定的红色背景。[/ blur]

[blur toggle=click fallback=hide]If you are using IE or another unsupported browser, you will not see this text.[/blur]

[blur toggle = click fallback = hide]如果您使用的是IE或其他不受支持的浏览器,则不会看到此文本。[/ blur]

安装步骤

    1. Install the plugin in wp-content\plugins
    2. 在wp-content \ plugins中安装插件

    3. Activate the Plugin
    4. 激活插件

    5. Use one of these shortcodes around your text:

    6. 在文本周围使用以下短代码之一:

      [blur][/blur]

      [blur] [/ blur]

      [blur toggle=click][/blur]

      [blur toggle = click] [/ blur]

      [blur toggle=hover][/blur]

    7. [blur toggle = hover] [/ blur]

下载地址
https://downloads.wordpress.org/plugin/blur-text.1.0.0.zip
-EOF-

AI助手支持GPT4.0