mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[MOV] website_animate, theme_*: merge the app into the website app
task-2215118 closes odoo/design-themes#478 Related: odoo/upgrade#2709 Related: odoo/odoo#74697 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
'sequence': 310,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/images.xml',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 170,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/images.xml',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 240,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/image_content.xml',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 250,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/images.xml',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 120,
|
||||
'version': '2.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/image_content.xml',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 190,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/snippets_options.xml',
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
'static/description/graphene_poster.jpg',
|
||||
'static/description/graphene_screenshot.jpg',
|
||||
],
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'license': 'LGPL-3',
|
||||
'live_test_url': 'https://theme-graphene.odoo.com',
|
||||
'assets': {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 210,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/images.xml',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 230,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/images.xml',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
'sequence': 330,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'data/ir_asset.xml',
|
||||
'views/images.xml',
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
Odoo Proprietary License v1.0
|
||||
|
||||
This software and associated files (the "Software") may only be used (executed,
|
||||
modified, executed after modifications) if you have purchased a valid license
|
||||
from the authors, typically via Odoo Apps, or if you have received a written
|
||||
agreement from the authors of the Software (see the COPYRIGHT file).
|
||||
|
||||
You may develop Odoo modules that use the Software as a library (typically
|
||||
by depending on it, importing it and using its resources), but without copying
|
||||
any source code or material from the Software. You may distribute those
|
||||
modules under the license of your choice, provided that this license is
|
||||
compatible with the terms of the Odoo Proprietary License (For example:
|
||||
LGPL, MIT, or proprietary licenses similar to this one).
|
||||
|
||||
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
|
||||
or modified copies of the Software.
|
||||
|
||||
The above copyright notice and this permission notice must be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
'name':'Website Animate',
|
||||
'description':"Provide animation for page\'s blocks",
|
||||
'category': 'Website',
|
||||
'version':'1.1',
|
||||
'author':'Odoo S.A.',
|
||||
'data': [
|
||||
'views/options.xml',
|
||||
],
|
||||
'depends': ['website'],
|
||||
'images': [
|
||||
'static/description/icon.png',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_frontend': [
|
||||
'website_animate/static/src/scss/o_animate_frontend.scss',
|
||||
'website_animate/static/src/js/o_animate.frontend.js',
|
||||
],
|
||||
'website.assets_editor': [
|
||||
'website_animate/static/src/js/o_animate.editor.js',
|
||||
],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
@@ -1,231 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_animate
|
||||
#
|
||||
# Translators:
|
||||
# Ermin Trevisan <trevi@twanda.com>, 2019
|
||||
# dd5cd5bab88c61e9dedf84f5ea59b147, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: dd5cd5bab88c61e9dedf84f5ea59b147, 2019\n"
|
||||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms"
|
||||
msgstr "1000ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms (default)"
|
||||
msgstr "1000ms (Standard)"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1500ms"
|
||||
msgstr "1500ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2000ms"
|
||||
msgstr "2000ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2500ms"
|
||||
msgstr "2500ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "3000ms"
|
||||
msgstr "3000ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "500ms"
|
||||
msgstr "500ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-bolt\"/>Animate"
|
||||
msgstr "<i class=\"fa fa-bolt\"/>Animieren"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-clock-o\"/>Animation Delay"
|
||||
msgstr "<i class=\"fa fa-clock-o\"/>Animationsverzögerung"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-cogs\"/>Animation Options"
|
||||
msgstr "<i class=\"fa fa-cogs\"/>Animationsoptionen"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-hourglass-half\"/>Animation Duration"
|
||||
msgstr "<i class=\"fa fa-hourglass-half\"/>Animationsdauer"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Attention Seekers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bouncing"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Disable animation"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Each time it becomes visible"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In"
|
||||
msgstr "Einblenden"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Up"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fading"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flash"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-X"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-Y"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flippers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "No delay (default)"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Pulse"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotating"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Shake"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Tada"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Right"
|
||||
msgstr ""
|
||||
@@ -1,230 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_animate
|
||||
#
|
||||
# Translators:
|
||||
# Rick Hunter <rick_hunter_ec@yahoo.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>, 2019\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms (default)"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "3000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-bolt\"/>Animate"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-clock-o\"/>Animation Delay"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-cogs\"/>Animation Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-hourglass-half\"/>Animation Duration"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Attention Seekers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bouncing"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Disable animation"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Each time it becomes visible"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Up"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fading"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flash"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-X"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-Y"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flippers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "No delay (default)"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Pulse"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotating"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Shake"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Tada"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In"
|
||||
msgstr "Acercarse"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Right"
|
||||
msgstr ""
|
||||
@@ -1,230 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_animate
|
||||
#
|
||||
# Translators:
|
||||
# Eloïse Stilmant <est@odoo.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Eloïse Stilmant <est@odoo.com>, 2019\n"
|
||||
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms (default)"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "3000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-bolt\"/>Animate"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-clock-o\"/>Animation Delay"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-cogs\"/>Animation Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-hourglass-half\"/>Animation Duration"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Attention Seekers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bouncing"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Disable animation"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Each time it becomes visible"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Up"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fading"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flash"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-X"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-Y"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flippers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "No delay (default)"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Pulse"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotating"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Shake"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Tada"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In"
|
||||
msgstr "Agrandir"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Right"
|
||||
msgstr ""
|
||||
@@ -1,232 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_animate
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2019
|
||||
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2019
|
||||
# Gunther Clauwaert <gclauwae@hotmail.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Gunther Clauwaert <gclauwae@hotmail.com>, 2019\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms"
|
||||
msgstr "1000ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms (default)"
|
||||
msgstr "1000ms (standaard)"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1500ms"
|
||||
msgstr "1500ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2000ms"
|
||||
msgstr "2000ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2500ms"
|
||||
msgstr "2500ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "3000ms"
|
||||
msgstr "3000ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "500ms"
|
||||
msgstr "500ms"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-bolt\"/>Animate"
|
||||
msgstr "<i class=\"fa fa-bolt\"/>Animatie"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-clock-o\"/>Animation Delay"
|
||||
msgstr "<i class=\"fa fa-clock-o\"/>Animatie vertraging"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-cogs\"/>Animation Options"
|
||||
msgstr "<i class=\"fa fa-cogs\"/>Animatie Opties"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-hourglass-half\"/>Animation Duration"
|
||||
msgstr "<i class=\"fa fa-hourglass-half\"/>Animatie Opties"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Attention Seekers"
|
||||
msgstr "Aandachtszoekers"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In"
|
||||
msgstr "Stuiter In"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Down"
|
||||
msgstr "Stuiter In-Onder"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Left"
|
||||
msgstr "Stuiter in-Links"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Right"
|
||||
msgstr "Stuiter in-Rechts"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bouncing"
|
||||
msgstr "Stuiteren"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Disable animation"
|
||||
msgstr "Schakel animatie uit"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Each time it becomes visible"
|
||||
msgstr "Elke keer zichtbaar maken"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In"
|
||||
msgstr "Vervaag In"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Down"
|
||||
msgstr "Vervaag In-Onder"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Left"
|
||||
msgstr "Vervaag In-Links"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Right"
|
||||
msgstr "Vervaag In-Rechts"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Up"
|
||||
msgstr "Vervaag In-Boven"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fading"
|
||||
msgstr "Vervagen"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flash"
|
||||
msgstr "Flash"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-X"
|
||||
msgstr "Flip-In-X"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-Y"
|
||||
msgstr "Flip-In-Y"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flippers"
|
||||
msgstr "Flikkeren"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "No delay (default)"
|
||||
msgstr "Geen vertraging (standaard)"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Pulse"
|
||||
msgstr "Impuls"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In"
|
||||
msgstr "Roteren In"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Left"
|
||||
msgstr "Roteren In-Onder-Links"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Right"
|
||||
msgstr "Roteren In-Onder-Rechts"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotating"
|
||||
msgstr "Roteren"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Shake"
|
||||
msgstr "Schudden"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Tada"
|
||||
msgstr "Tada"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom"
|
||||
msgstr "Zoom"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In"
|
||||
msgstr "Inzoomen"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Down"
|
||||
msgstr "Inzoomen Onder"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Left"
|
||||
msgstr "Inzoomen Links"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Right"
|
||||
msgstr "Inzoomen Rechts"
|
||||
@@ -1,227 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_animate
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 08:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms (default)"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "3000ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "500ms"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-bolt\"/>Animate"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-clock-o\"/>Animation Delay"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-cogs\"/>Animation Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-hourglass-half\"/>Animation Duration"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Attention Seekers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bouncing"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Disable animation"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Each time it becomes visible"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Up"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fading"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flash"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-X"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-Y"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flippers"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "No delay (default)"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Pulse"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Right"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotating"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Shake"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Tada"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Down"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Left"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Right"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,231 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_animate
|
||||
#
|
||||
# Translators:
|
||||
# liAnGjiA <liangjia@qq.com>, 2019
|
||||
# Jeanphy <hzh0292@qq.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Jeanphy <hzh0292@qq.com>, 2019\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms"
|
||||
msgstr "1000毫秒"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1000ms (default)"
|
||||
msgstr "1000毫秒(默认)"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "1500ms"
|
||||
msgstr "1500毫秒"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2000ms"
|
||||
msgstr "2000毫秒"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "2500ms"
|
||||
msgstr "2500毫秒"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "3000ms"
|
||||
msgstr "3000毫秒"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "500ms"
|
||||
msgstr "500毫秒"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-bolt\"/>Animate"
|
||||
msgstr "动画"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-clock-o\"/>Animation Delay"
|
||||
msgstr "动画延迟"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-cogs\"/>Animation Options"
|
||||
msgstr "动画选项"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "<i class=\"fa fa-hourglass-half\"/>Animation Duration"
|
||||
msgstr "动画时效"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Attention Seekers"
|
||||
msgstr "聚焦"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In"
|
||||
msgstr "弹入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Down"
|
||||
msgstr "从下弹入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Left"
|
||||
msgstr "从左弹入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bounce In-Right"
|
||||
msgstr "从右弹入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Bouncing"
|
||||
msgstr "弹跳"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Disable animation"
|
||||
msgstr "禁用动画"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Each time it becomes visible"
|
||||
msgstr "每次可见"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In"
|
||||
msgstr "淡入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Down"
|
||||
msgstr "从下淡入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Left"
|
||||
msgstr "从左淡入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Right"
|
||||
msgstr "从右淡入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fade In-Up"
|
||||
msgstr "从上淡入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Fading"
|
||||
msgstr "消退"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flash"
|
||||
msgstr "闪烁"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-X"
|
||||
msgstr "水平翻入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flip-In-Y"
|
||||
msgstr "垂直翻入"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Flippers"
|
||||
msgstr "翻转"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "No delay (default)"
|
||||
msgstr "无延时(默认)"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Pulse"
|
||||
msgstr "脉冲"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In"
|
||||
msgstr "旋转"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Left"
|
||||
msgstr "左下方旋转"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotate In-Down-Right"
|
||||
msgstr "右下方旋转"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Rotating"
|
||||
msgstr "旋转"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Shake"
|
||||
msgstr "摇晃"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Tada"
|
||||
msgstr "哒哒"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom"
|
||||
msgstr "缩放"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In"
|
||||
msgstr "放大"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Down"
|
||||
msgstr "向下放大"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Left"
|
||||
msgstr "向左放大"
|
||||
|
||||
#. module: website_animate
|
||||
#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options
|
||||
msgid "Zoom In-Right"
|
||||
msgstr "向右放大"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB |
@@ -1,42 +0,0 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import options from 'web_editor.snippets.options';
|
||||
|
||||
options.registry.WebsiteAnimate = options.Class.extend({
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
// Options
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
async selectClass(previewMode, widgetValue, params) {
|
||||
await this._super(...arguments);
|
||||
if (params.isAnimationTypeSelection) {
|
||||
this._forceAnimation();
|
||||
this.$target.toggleClass('o_animate_preview o_animate', !!widgetValue);
|
||||
}
|
||||
},
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
// Private
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
_forceAnimation() {
|
||||
const $scrollingElement = $().getScrollingElement();
|
||||
this.$target.css('animation-name', 'dummy');
|
||||
// Trigger a DOM reflow.
|
||||
void this.$target[0].offsetWidth;
|
||||
this.$target.addClass('o_animating');
|
||||
$scrollingElement[0].classList.add('o_wanim_overflow_x_hidden');
|
||||
this.$target.css('animation-name', '');
|
||||
this.$target.one('webkitAnimationEnd oanimationend msAnimationEnd animationend', () => {
|
||||
$scrollingElement[0].classList.remove('o_wanim_overflow_x_hidden');
|
||||
this.$target.removeClass('o_animating');
|
||||
});
|
||||
},
|
||||
});
|
||||
@@ -1,162 +0,0 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import publicWidget from 'web.public.widget';
|
||||
|
||||
publicWidget.registry.WebsiteAnimate = publicWidget.Widget.extend({
|
||||
selector: '#wrapwrap',
|
||||
disabledInEditableMode: false,
|
||||
|
||||
offsetRatio: 0.3, // Dynamic offset ratio: 0.3 = (element's height/3)
|
||||
offsetMin: 10, // Minimum offset for small elements (in pixels)
|
||||
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
start() {
|
||||
this.lastScroll = 0;
|
||||
this.$scrollingElement = $().getScrollingElement(this.ownerDocument);
|
||||
// By default, elements are hidden by the css of o_animate.
|
||||
// Render elements and trigger the animation then pause it in state 0.
|
||||
this.$animatedElements = this.$target.find('.o_animate');
|
||||
_.each(this.$animatedElements, el => {
|
||||
this._resetAnimation($(el));
|
||||
});
|
||||
// Then we render all the elements, the ones which are invisible
|
||||
// in state 0 (like fade_in for example) will stay invisible.
|
||||
this.$animatedElements.css("visibility", "visible");
|
||||
|
||||
// We use addEventListener instead of jQuery because we need 'capture'.
|
||||
// Setting capture to true allows to take advantage of event bubbling
|
||||
// for events that otherwise don’t support it. (e.g. useful when
|
||||
// scrolling a modal)
|
||||
this.__onScrollWebsiteAnimate = _.throttle(this._onScrollWebsiteAnimate.bind(this), 200);
|
||||
this.$scrollingElement[0].addEventListener('scroll', this.__onScrollWebsiteAnimate, {capture: true});
|
||||
|
||||
$(window).on('resize.o_animate, shown.bs.modal.o_animate, slid.bs.carousel.o_animate', () => {
|
||||
this.windowsHeight = $(window).height();
|
||||
this.$scrollingElement[0].dispatchEvent(new Event('scroll'));
|
||||
}).trigger("resize");
|
||||
|
||||
return this._super(...arguments);
|
||||
},
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
destroy() {
|
||||
this._super(...arguments);
|
||||
this.$target.find('.o_animate')
|
||||
.removeClass('o_animating o_animated o_animate_preview')
|
||||
.css({
|
||||
'animation-name': '',
|
||||
'animation-play-state': '',
|
||||
'visibility': '',
|
||||
});
|
||||
$(window).off('.o_animate');
|
||||
this.$scrollingElement[0].removeEventListener('scroll', this.__onScrollWebsiteAnimate, {capture: true});
|
||||
this.$scrollingElement[0].classList.remove('o_wanim_overflow_x_hidden');
|
||||
},
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
// Private
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Starts animation and/or update element's state.
|
||||
*
|
||||
* @private
|
||||
* @param {jQuery} $el
|
||||
*/
|
||||
_startAnimation($el) {
|
||||
// Forces the browser to redraw using setTimeout.
|
||||
setTimeout(() => {
|
||||
this._toggleOverflowXHidden(true);
|
||||
$el
|
||||
.css({"animation-play-state": "running"})
|
||||
.addClass("o_animating")
|
||||
.one('webkitAnimationEnd oanimationend msAnimationEnd animationend', () => {
|
||||
$el.addClass("o_animated").removeClass("o_animating");
|
||||
this._toggleOverflowXHidden(false);
|
||||
$(window).trigger("resize");
|
||||
});
|
||||
});
|
||||
},
|
||||
/**
|
||||
* @private
|
||||
* @param {jQuery} $el
|
||||
*/
|
||||
_resetAnimation($el) {
|
||||
const animationName = $el.css("animation-name");
|
||||
$el.css({"animation-name": "dummy-none", "animation-play-state": ""})
|
||||
.removeClass("o_animated o_animating");
|
||||
|
||||
this._toggleOverflowXHidden(false);
|
||||
// trigger a DOM reflow
|
||||
void $el[0].offsetWidth;
|
||||
$el.css({'animation-name': animationName , 'animation-play-state': 'paused'});
|
||||
},
|
||||
/**
|
||||
* Shows/hides the horizontal scrollbar (on the #wrapwrap).
|
||||
*
|
||||
* @private
|
||||
* @param {Boolean} add
|
||||
*/
|
||||
_toggleOverflowXHidden(add) {
|
||||
if (add) {
|
||||
this.$scrollingElement[0].classList.add('o_wanim_overflow_x_hidden');
|
||||
} else if (!this.$scrollingElement.find('.o_animating').length) {
|
||||
this.$scrollingElement[0].classList.remove('o_wanim_overflow_x_hidden');
|
||||
}
|
||||
},
|
||||
/**
|
||||
* Gets element top offset by not taking CSS transforms into calculations.
|
||||
*
|
||||
* @private
|
||||
* @param {Element} el
|
||||
*/
|
||||
_getElementOffsetTop(el) {
|
||||
// Loop through the DOM tree and add its parent's offset to get page offset.
|
||||
var top = 0;
|
||||
do {
|
||||
top += el.offsetTop || 0;
|
||||
el = el.offsetParent;
|
||||
} while (el);
|
||||
return top;
|
||||
},
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
// Handlers
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @param {Event} ev
|
||||
*/
|
||||
_onScrollWebsiteAnimate(ev) {
|
||||
const scroll = $(ev.currentTarget).scrollTop();
|
||||
// Handle reverse scrolling
|
||||
const direction = (scroll < this.lastScroll) ? -1 : 1;
|
||||
this.lastScroll = scroll;
|
||||
|
||||
_.each(this.$target.find('.o_animate'), el => {
|
||||
const $el = $(el);
|
||||
const elHeight = $el.height();
|
||||
const elOffset = direction * Math.max((elHeight * this.offsetRatio), this.offsetMin);
|
||||
const state = $el.css("animation-play-state");
|
||||
|
||||
// We need to offset for the change in position from some animation.
|
||||
// So we get the top value by not taking CSS transforms into calculations.
|
||||
const $openModal = this.$target.find('.modal:visible');
|
||||
const scrollTop = $openModal.length ? $openModal.scrollTop() : this.$scrollingElement.scrollTop();
|
||||
const elTop = this._getElementOffsetTop($el[0]) - scrollTop;
|
||||
|
||||
const visible = this.windowsHeight > (elTop + elOffset) && 0 < (elTop + elHeight - elOffset);
|
||||
if (visible && state === "paused") {
|
||||
$el.addClass("o_visible");
|
||||
this._startAnimation($el);
|
||||
} else if (!visible && $el.hasClass("o_animate_both_scroll") && state === "running") {
|
||||
$el.removeClass("o_visible");
|
||||
this._resetAnimation($el);
|
||||
}
|
||||
});
|
||||
},
|
||||
});
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,67 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="no-js_fallback" inherit_id="website.layout">
|
||||
<xpath expr="//head" position="inside">
|
||||
<noscript id="o_animate-no-js_fallback">
|
||||
<style type="text/css">
|
||||
.o_animate {
|
||||
/* If no js - force elements rendering */
|
||||
visibility:visible;
|
||||
|
||||
/* If browser support css animations support - reset animation */
|
||||
-webkit-animation-name: none-dummy;
|
||||
animation-name: none-dummy;
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="o_animate_options" inherit_id="website.snippet_options">
|
||||
<xpath expr="." position="inside">
|
||||
<div data-js="WebsiteAnimate"
|
||||
data-selector=".o_animable, section, img, .fa, [class^='col-md'], .btn"
|
||||
data-exclude=".o_not-animable">
|
||||
<we-select string="Animate" class="o_anim_li" data-is-animation-type-selection="true">
|
||||
<we-button data-select-class="" data-name="no_animation_opt">Disable animation</we-button>
|
||||
<we-divider/>
|
||||
<we-button data-select-class="o_anim_fade_in">Fade In</we-button>
|
||||
<we-button data-select-class="o_anim_fade_in_down">Fade In-Down</we-button>
|
||||
<we-button data-select-class="o_anim_fade_in_left">Fade In-Left</we-button>
|
||||
<we-button data-select-class="o_anim_fade_in_right">Fade In-Right</we-button>
|
||||
<we-button data-select-class="o_anim_fade_in_up">Fade In-Up</we-button>
|
||||
<we-divider/>
|
||||
<we-button data-select-class="o_anim_bounce_in">Bounce In</we-button>
|
||||
<we-button data-select-class="o_anim_bounce_in_down">Bounce In-Down</we-button>
|
||||
<we-button data-select-class="o_anim_bounce_in_left">Bounce In-Left</we-button>
|
||||
<we-button data-select-class="o_anim_bounce_in_right">Bounce In-Right</we-button>
|
||||
<we-divider/>
|
||||
<we-button data-select-class="o_anim_rotate_in">Rotate In</we-button>
|
||||
<we-button data-select-class="o_anim_rotate_in_down_left">Rotate In-Down-Left</we-button>
|
||||
<we-button data-select-class="o_anim_rotate_in_down_right">Rotate In-Down-Right</we-button>
|
||||
<we-divider/>
|
||||
<we-button data-select-class="o_anim_zoom_in">Zoom In</we-button>
|
||||
<we-button data-select-class="o_anim_zoom_in_down">Zoom In-Down</we-button>
|
||||
<we-button data-select-class="o_anim_zoom_in_left">Zoom In-Left</we-button>
|
||||
<we-button data-select-class="o_anim_zoom_in_right">Zoom In-Right</we-button>
|
||||
<we-divider/>
|
||||
<we-button data-select-class="o_anim_flash">Flash</we-button>
|
||||
<we-button data-select-class="o_anim_pulse">Pulse</we-button>
|
||||
<we-button data-select-class="o_anim_shake">Shake</we-button>
|
||||
<we-button data-select-class="o_anim_tada">Tada</we-button>
|
||||
<we-divider/>
|
||||
<we-button data-select-class="o_anim_flip_in_x">Flip-In-X</we-button>
|
||||
<we-button data-select-class="o_anim_flip_in_y">Flip-In-Y</we-button>
|
||||
</we-select>
|
||||
<we-select string="Animation Launch" data-dependencies="!no_animation_opt">
|
||||
<we-button data-select-class="">First Time Only</we-button>
|
||||
<we-button data-select-class="o_animate_both_scroll">Every Time</we-button>
|
||||
</we-select>
|
||||
<we-input string="Animation Duration" data-dependencies="!no_animation_opt"
|
||||
data-select-style="0.4s" data-css-property="animation-duration" data-unit="s"/>
|
||||
<we-input string="Animation Delay" data-dependencies="!no_animation_opt"
|
||||
data-select-style="0s" data-css-property="animation-delay" data-unit="s"/>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user