Title: Opening Block
Author: Isamu Takeda
Published: <strong>29.04.2024</strong>
Last modified: 27.04.2025

---

Поиск плагинов

![](https://ps.w.org/opening-block/assets/banner-772x250.png?rev=3078375)

![](https://ps.w.org/opening-block/assets/icon-128x128.png?rev=3078375)

# Opening Block

 Автор: [Isamu Takeda](https://profiles.wordpress.org/itmaroon/)

[Скачать](https://downloads.wordpress.org/plugin/opening-block.1.1.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/opening-block/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/opening-block/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/opening-block/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/opening-block/#developers)

 [Поддержка](https://wordpress.org/support/plugin/opening-block/)

## Описание

 * This is a block that displays an opening animation when a website opens. There
   are three types of animations, divided into three blocks, and you can select 
   your favorite animation.
 * All blocks have a feature that allows viewers to choose not to display animations
   again. However, to use this feature, the [BLOCK COLLECTIONS plugin](https://ja.wordpress.org/plugins/block-collections/)
   must be installed and enabled.

If you download the zip file and install the plugin from the WordPress management
screen, it will function as a plugin.

When you install this plugin, the following three blocks will be registered, and
you can use them in the block editor or site editor (confirmed to work with WordPress
6.4.3).

Below is an overview of the functions of each block.
 1. Logo Anime Converts a string
to an SVG file and creates an animation that traces its surroundings. The string
can be set freely. There are two fonts to choose from: EduVICWANTBeginner and Roboto.
2.Tea Time Produces an animation that plays the set character string as a caption.
The string can be set freely. The caption rises like steam from the cup and disappears.
The length of this animation is adjustable. 3.Welcome We will create an animation
in which a pen draws the word «Welcome». In this version, the string is fixed to«
Welcome».

You can select the ending animation from the following five options.
 1. Vertical
slide 2. Horizontal slide 3. Vertical opening 4. Lateral opening 5. Circular expansion
The opening animation will be created by combining these animations with the animations
of each block. Please see the screenshot to see what the specific animation looks
like.

In each block, there is a checkbox located at the bottom right of the screen that
allows the viewer to choose not to display the animation next time. This checkbox
is always displayed while the animation is running, but it disappears after the 
animation ends and appears when the user moves the mouse cursor to the bottom right
of the screen.

### Related Links

 * [Github](https://github.com/itmaroon/opening-block)
 * [source code](https://github.com/itmaroon/opening-block/tree/master/src)
 * [block-class-package:GitHub](https://github.com/itmaroon/block-class-package)
 * [block-class-package:Packagist](https://packagist.org/packages/itmar/block-class-package)
 * [itmar-block-packages:npm](https://www.npmjs.com/package/itmar-block-packages)
 * [itmar-block-packages:GitHub](https://github.com/itmaroon/itmar-block-packages)

### Arbitrary section

 1. Logo Anime Block uses a plugin called opentype.js to generate the path of the svg
    file from the font type. The source code and terms of use are posted [here](https://www.npmjs.com/package/opentype.js).
 2. All blocks has a switch function that prevents the opening animation from being
    displayed, but for this to work the [BLOCK COLLECTIONS plugin](https://ja.wordpress.org/plugins/block-collections/)
    must be installed and enabled.
 3. The blocks provided by this plugin can be placed one block per web page. Even if
    you try to place multiple blocks, an error message will appear and you will not
    be able to place them.
     However, it is possible to place it on web pages other 
    than the top page, so multiple blocks can be placed on the entire website.
 4. PHP class management is now done using Composer.
     [GitHub](https://github.com/itmaroon/block-class-package)
    [Packagist](https://packagist.org/packages/itmar/block-class-package)
 5. I decided to make functions and components common to other plugins into npm packages,
    and install and use them from npm.
     [npm](https://www.npmjs.com/package/itmar-block-packages)
    [GitHub](https://github.com/itmaroon/itmar-block-packages)

## Скриншоты

 * [[
 * Draw the logo and the ending will slide horizontally.
 * [[
 * An animation where the letters rise like steam from a teacup, and the ending 
   slides vertically.
 * [[
 * The ending is an animation in which the pen draws letters, and the circle expands
   to change the screen.
 * [[
 * The ending opens vertically with an animation that draws the logo.
 * [[
 * The ending opens horizontally with an animation that draws the logo.
 * [[
 * A block icon registered by the plugin. Divided into design group.

## Блоки

Этот плагин предоставляет 3 блока.

 *   Logo Anime
 *   WelCome
 *   Tea Time

## Установка

 1. From the WP admin panel, click “Plugins” -> “Add new”.
 2. In the browser input box, type “Opening Block”.
 3. Select the “Opening Block” plugin and click “Install”.
 4. Activate the plugin.

OR…

 1. Download the plugin from this page.
 2. Save the .zip file to a location on your computer.
 3. Open the WP admin panel, and click “Plugins” -> “Add new”.
 4. Click “upload”.. then browse to the .zip file downloaded from this page.
 5. Click “Install”.. and then “Activate plugin”.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Opening Block» — проект с открытым исходным кодом. В развитие плагина внесли свой
вклад следующие участники:

Участники

 *   [ Isamu Takeda ](https://profiles.wordpress.org/itmaroon/)

[Перевести «Opening Block» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/opening-block)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/opening-block/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/opening-block/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/opening-block/) по
[RSS](https://plugins.trac.wordpress.org/log/opening-block/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.1.0

 * Regarding the method of loading composer components, a mechanism has been introduced
   that does not conflict with other plugins. Accordingly, the composer components
   have been updated.
 * Operation check with WordPress 6.8

#### 1.0.2

 * Fixed a bug that caused an error when rendering started before the page was loaded.

#### 1.0.1

 * Operation check with WordPress 6.7
 * Set z-index:150 to the root style of the block and compare it with the z-index
   of other blocks so that it is displayed in front of blocks with a lower value.
 * Fixed a bug that prevented multiple Opening Blocks from being set on the same
   page from working properly.
 * Fixed a bug that some translation functions did not work.

#### 1.0.0

 * Release

## Мета

 *  Версия **1.1.0**
 *  Обновление: **1 год назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 6.4 или выше **
 *  Совместим вплоть до: **6.8.5**
 *  Версия PHP ** 8.1.22 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/opening-block/)
 * Метки:
 * [animation](https://ru.wordpress.org/plugins/tags/animation/)[block](https://ru.wordpress.org/plugins/tags/block/)
   [custom](https://ru.wordpress.org/plugins/tags/custom/)[gutenberg](https://ru.wordpress.org/plugins/tags/gutenberg/)
   [opening](https://ru.wordpress.org/plugins/tags/opening/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/opening-block/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/opening-block/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/opening-block/reviews/)

## Участники

 *   [ Isamu Takeda ](https://profiles.wordpress.org/itmaroon/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/opening-block/)