Translations:SVG-Dashboards/69/en: различия между версиями

Материал из Wiren Board
(Новая страница: «To do this: #Draw an SVG panel in a vector editor like Inkscape. #Open the SVG file in a text editor and add a style block wrapped in tags<style></style> . #Add the '''@keyframes''' rule in the style block. #Save the file and load it into the controller. #Go to the SVG panel editor in the controller's web interface. #Activate the '''Style''' parameter and set the property '''animation''' in the '''Value''' field. You also need to set the condition under whi...»)
 
(нет различий)

Текущая версия на 12:54, 4 августа 2023

Определение сообщения (SVG-Dashboards)
Для этого нужно:
#Нарисовать SVG-панель в векторном редакторе, например, Inkscape.
#Открыть файл SVG в текстовом редакторе и добавить блок стилей, заключенный в теги <code><style></style></code>.
#В блоке стилей добавить правило '''@keyframes'''.
#Сохранить файл и загрузить его в контроллер.
#Перейти в редактор SVG-панели в веб-интерфейсе контроллера.
#Активировать параметр '''Style''' и задать в поле '''Value''' свойство '''animation'''. Также нужно задать условие при котором анимация будет срабатывать.

To do this:

  1. Draw an SVG panel in a vector editor like Inkscape.
  2. Open the SVG file in a text editor and add a style block wrapped in tags<style></style> .
  3. Add the @keyframes rule in the style block.
  4. Save the file and load it into the controller.
  5. Go to the SVG panel editor in the controller's web interface.
#Activate the Style parameter and set the property animation in the Value field. You also need to set the condition under which the animation will work.