diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 92ee020fd..d16442845 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -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', diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index f2fe63f0f..ddc572af6 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -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', diff --git a/theme_bewise/__manifest__.py b/theme_bewise/__manifest__.py index fcf2c73bc..48a491e48 100644 --- a/theme_bewise/__manifest__.py +++ b/theme_bewise/__manifest__.py @@ -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', diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py index 19641a37e..c89c1edf1 100644 --- a/theme_bookstore/__manifest__.py +++ b/theme_bookstore/__manifest__.py @@ -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', diff --git a/theme_clean/__manifest__.py b/theme_clean/__manifest__.py index 121071df6..3d196ea5c 100644 --- a/theme_clean/__manifest__.py +++ b/theme_clean/__manifest__.py @@ -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', diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py index 36b2e8b78..85170bf4e 100644 --- a/theme_enark/__manifest__.py +++ b/theme_enark/__manifest__.py @@ -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', diff --git a/theme_graphene/__manifest__.py b/theme_graphene/__manifest__.py index af7cab53e..b459e52df 100644 --- a/theme_graphene/__manifest__.py +++ b/theme_graphene/__manifest__.py @@ -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': { diff --git a/theme_odoo_experts/__manifest__.py b/theme_odoo_experts/__manifest__.py index ef638e860..1bf36522f 100644 --- a/theme_odoo_experts/__manifest__.py +++ b/theme_odoo_experts/__manifest__.py @@ -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', diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index 00d8abf81..619fdcada 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -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', diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index 4e3deb207..746cb59f6 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -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', diff --git a/website_animate/LICENSE b/website_animate/LICENSE deleted file mode 100644 index b01eaf1b7..000000000 --- a/website_animate/LICENSE +++ /dev/null @@ -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. diff --git a/website_animate/__init__.py b/website_animate/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/website_animate/__manifest__.py b/website_animate/__manifest__.py deleted file mode 100644 index 99df9df4c..000000000 --- a/website_animate/__manifest__.py +++ /dev/null @@ -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', -} diff --git a/website_animate/i18n/de.po b/website_animate/i18n/de.po deleted file mode 100644 index fb4fb26c8..000000000 --- a/website_animate/i18n/de.po +++ /dev/null @@ -1,231 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * website_animate -# -# Translators: -# Ermin Trevisan , 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 "Animate" -msgstr "Animieren" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Delay" -msgstr "Animationsverzögerung" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Options" -msgstr "Animationsoptionen" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Duration" -msgstr "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 "" diff --git a/website_animate/i18n/es.po b/website_animate/i18n/es.po deleted file mode 100644 index 6e43e098e..000000000 --- a/website_animate/i18n/es.po +++ /dev/null @@ -1,230 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * website_animate -# -# Translators: -# Rick Hunter , 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 , 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 "Animate" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Delay" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Options" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "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 "" diff --git a/website_animate/i18n/fr.po b/website_animate/i18n/fr.po deleted file mode 100644 index aa6bd9ecf..000000000 --- a/website_animate/i18n/fr.po +++ /dev/null @@ -1,230 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * website_animate -# -# Translators: -# Eloïse Stilmant , 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 , 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 "Animate" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Delay" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Options" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "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 "" diff --git a/website_animate/i18n/nl.po b/website_animate/i18n/nl.po deleted file mode 100644 index f3b95ea94..000000000 --- a/website_animate/i18n/nl.po +++ /dev/null @@ -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 , 2019 -# Gunther Clauwaert , 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 , 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 "Animate" -msgstr "Animatie" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Delay" -msgstr "Animatie vertraging" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Options" -msgstr "Animatie Opties" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Duration" -msgstr "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" diff --git a/website_animate/i18n/website_animate.pot b/website_animate/i18n/website_animate.pot deleted file mode 100644 index 486d10ab5..000000000 --- a/website_animate/i18n/website_animate.pot +++ /dev/null @@ -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 "Animate" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Delay" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Options" -msgstr "" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "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 "" - diff --git a/website_animate/i18n/zh_CN.po b/website_animate/i18n/zh_CN.po deleted file mode 100644 index b006e9256..000000000 --- a/website_animate/i18n/zh_CN.po +++ /dev/null @@ -1,231 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * website_animate -# -# Translators: -# liAnGjiA , 2019 -# Jeanphy , 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 , 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 "Animate" -msgstr "动画" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Delay" -msgstr "动画延迟" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "Animation Options" -msgstr "动画选项" - -#. module: website_animate -#: model_terms:ir.ui.view,arch_db:website_animate.o_animate_options -msgid "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 "向右放大" diff --git a/website_animate/static/description/icon.png b/website_animate/static/description/icon.png deleted file mode 100644 index fd11ee9b7..000000000 Binary files a/website_animate/static/description/icon.png and /dev/null differ diff --git a/website_animate/static/src/js/o_animate.editor.js b/website_animate/static/src/js/o_animate.editor.js deleted file mode 100644 index 56ea2b7cc..000000000 --- a/website_animate/static/src/js/o_animate.editor.js +++ /dev/null @@ -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'); - }); - }, -}); diff --git a/website_animate/static/src/js/o_animate.frontend.js b/website_animate/static/src/js/o_animate.frontend.js deleted file mode 100644 index 362ee24cb..000000000 --- a/website_animate/static/src/js/o_animate.frontend.js +++ /dev/null @@ -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); - } - }); - }, -}); diff --git a/website_animate/static/src/scss/o_animate_frontend.scss b/website_animate/static/src/scss/o_animate_frontend.scss deleted file mode 100644 index 606a141e2..000000000 --- a/website_animate/static/src/scss/o_animate_frontend.scss +++ /dev/null @@ -1,1074 +0,0 @@ -/* - ===================================== - ======== Utility classes - ===================================== -*/ -.o_animate { - animation-duration: 1s; - animation-fill-mode: both; - transform: translate3d(0,0,0); // force GPU acceleration - backface-visibility: hidden; // avoid flickering - text-rendering: geometricPrecision; // take care of animated titles - visibility: hidden; - - &:not(.o_animating) { - transform: none !important; - } -} -.o_animate_preview { - visibility: visible; -} -.o_wanim_overflow_x_hidden { - overflow-x: hidden !important; -} - -@-moz-keyframes o_animate_timeline_duration { - 0% { width: 0; } - 100% { width: 100%; } -} -@-webkit-keyframes o_animate_timeline_duration { - 0% { width: 0; } - 100% { width: 100%; } -} -@keyframes o_animate_timeline_duration { - 0% { width: 0; } - 100% { width: 100%; } -} -@-moz-keyframes o_animate_timeline_delay { - 0% { width: 0; } - 100% { width: 100%; } -} -@-webkit-keyframes o_animate_timeline_delay { - 0% { width: 0; } - 100% { width: 100%; } -} -@keyframes o_animate_timeline_delay { - 0% { width: 0; } - 100% { width: 100%; } -} -@-moz-keyframes o_anim_bounce_in { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: scale(0.3); - } - 20% { - transform: scale(1.1); - } - 40% { - transform: scale(0.9); - } - 60% { - opacity: 1; - transform: scale(1.03); - } - 80% { - transform: scale(0.97); - } - 100% { - opacity: 1; - transform: scale(1); - } -} -@-webkit-keyframes o_anim_bounce_in { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: scale(0.3); - } - 20% { - transform: scale(1.1); - } - 40% { - transform: scale(0.9); - } - 60% { - opacity: 1; - transform: scale(1.03); - } - 80% { - transform: scale(0.97); - } - 100% { - opacity: 1; - transform: scale(1); - } -} -@keyframes o_anim_bounce_in { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: scale(0.3); - } - 20% { - transform: scale(1.1); - } - 40% { - transform: scale(0.9); - } - 60% { - opacity: 1; - transform: scale(1.03); - } - 80% { - transform: scale(0.97); - } - 100% { - opacity: 1; - transform: scale(1); - } -} -.o_anim_bounce_in { - animation-name: o_anim_bounce_in; -} -@-moz-keyframes o_anim_bounce_in_down { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(0, -3000px); - } - 60% { - opacity: 1; - transform: translate(0, 25px); - } - 75% { - transform: translate(0, -10px); - } - 90% { - transform: translate(0, 5px); - } - 100% { - transform: translate(0, 0); - } -} -@-webkit-keyframes o_anim_bounce_in_down { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(0, -3000px); - } - 60% { - opacity: 1; - transform: translate(0, 25px); - } - 75% { - transform: translate(0, -10px); - } - 90% { - transform: translate(0, 5px); - } - 100% { - transform: translate(0, 0); - } -} -@keyframes o_anim_bounce_in_down { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(0, -3000px); - } - 60% { - opacity: 1; - transform: translate(0, 25px); - } - 75% { - transform: translate(0, -10px); - } - 90% { - transform: translate(0, 5px); - } - 100% { - transform: translate(0, 0); - } -} -.o_anim_bounce_in_down { - animation-name: o_anim_bounce_in_down; -} -@-moz-keyframes o_anim_bounce_in_left { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(-3000px, 0); - } - 60% { - opacity: 1; - transform: translate(25px, 0); - } - 75% { - transform: translate(-10px, 0); - } - 90% { - transform: translate(5px, 0); - } - 100% { - transform: translate(0, 0); - } -} -@-webkit-keyframes o_anim_bounce_in_left { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(-3000px, 0); - } - 60% { - opacity: 1; - transform: translate(25px, 0); - } - 75% { - transform: translate(-10px, 0); - } - 90% { - transform: translate(5px, 0); - } - 100% { - transform: translate(0, 0); - } -} -@keyframes o_anim_bounce_in_left { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(-3000px, 0); - } - 60% { - opacity: 1; - transform: translate(25px, 0); - } - 75% { - transform: translate(-10px, 0); - } - 90% { - transform: translate(5px, 0); - } - 100% { - transform: translate(0, 0); - } -} -.o_anim_bounce_in_left { - animation-name: o_anim_bounce_in_left; -} -@-moz-keyframes o_anim_bounce_in_right { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(3000px, 0); - } - 60% { - opacity: 1; - transform: translate(-25px, 0); - } - 75% { - transform: translate(10px, 0); - } - 90% { - transform: translate(-5px, 0); - } - 100% { - transform: translate(0, 0); - } -} -@-webkit-keyframes o_anim_bounce_in_right { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(3000px, 0); - } - 60% { - opacity: 1; - transform: translate(-25px, 0); - } - 75% { - transform: translate(10px, 0); - } - 90% { - transform: translate(-5px, 0); - } - 100% { - transform: translate(0, 0); - } -} -@keyframes o_anim_bounce_in_right { - 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - 0% { - opacity: 0; - transform: translate(3000px, 0); - } - 60% { - opacity: 1; - transform: translate(-25px, 0); - } - 75% { - transform: translate(10px, 0); - } - 90% { - transform: translate(-5px, 0); - } - 100% { - transform: translate(0, 0); - } -} -.o_anim_bounce_in_right { - animation-name: o_anim_bounce_in_right; -} -@-moz-keyframes o_anim_fade_in { - 0% { opacity: 0; } - 100% { opacity: 1; } -} -@-webkit-keyframes o_anim_fade_in { - 0% { opacity: 0; } - 100% { opacity: 1; } -} -@keyframes o_anim_fade_in { - 0% { opacity: 0; } - 100% { opacity: 1; } -} -.o_anim_fade_in { - animation-name: o_anim_fade_in; -} -@-moz-keyframes o_anim_fade_in_down { - 0% { - opacity: 0; - transform: translate(0, -100%); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@-webkit-keyframes o_anim_fade_in_down { - 0% { - opacity: 0; - transform: translate(0, -100%); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@keyframes o_anim_fade_in_down { - 0% { - opacity: 0; - transform: translate(0, -100%); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -.o_anim_fade_in_down { - animation-name: o_anim_fade_in_down; -} -@-moz-keyframes o_anim_fade_in_left { - 0% { - opacity: 0; - transform: translate(-100%, 0); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@-webkit-keyframes o_anim_fade_in_left { - 0% { - opacity: 0; - transform: translate(-100%, 0); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@keyframes o_anim_fade_in_left { - 0% { - opacity: 0; - transform: translate(-100%, 0); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -.o_anim_fade_in_left { - animation-name: o_anim_fade_in_left; -} -@-moz-keyframes o_anim_fade_in_right { - 0% { - opacity: 0; - transform: translate(100%, 0); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@-webkit-keyframes o_anim_fade_in_right { - 0% { - opacity: 0; - transform: translate(100%, 0); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@keyframes o_anim_fade_in_right { - 0% { - opacity: 0; - transform: translate(100%, 0); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -.o_anim_fade_in_right { - animation-name: o_anim_fade_in_right; -} -@-moz-keyframes o_anim_fade_in_up { - 0% { - opacity: 0; - transform: translate(0, 100%); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@-webkit-keyframes o_anim_fade_in_up { - 0% { - opacity: 0; - transform: translate(0, 100%); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -@keyframes o_anim_fade_in_up { - 0% { - opacity: 0; - transform: translate(0, 100%); - } - 100% { - opacity: 1; - transform: translate(0, 0); - } -} -.o_anim_fade_in_up { - animation-name: o_anim_fade_in_up; -} -@-moz-keyframes o_anim_fade_out { - 0% { opacity: 1; } - 100% { opacity: 0; } -} -@-webkit-keyframes o_anim_fade_out { - 0% { opacity: 1; } - 100% { opacity: 0; } -} -@keyframes o_anim_fade_out { - 0% { opacity: 1; } - 100% { opacity: 0; } -} -.o_anim_fade_out { - animation-name: o_anim_fade_out; -} -@-moz-keyframes o_anim_rotate_in { - 0% { - opacity: 0; - transform-origin: center; - transform: rotate(-200deg); - } - 100% { - opacity: 1; - transform-origin: center; - transform: rotate(0); - } -} -@-webkit-keyframes o_anim_rotate_in { - 0% { - opacity: 0; - transform: rotate(-200deg); - } - 100% { - opacity: 1; - transform: rotate(0); - } -} -@keyframes o_anim_rotate_in { - 0% { - opacity: 0; - transform: rotate(-200deg); - } - 100% { - opacity: 1; - transform: rotate(0); - } -} -.o_anim_rotate_in { - animation-name: o_anim_rotate_in; -} -@-moz-keyframes o_anim_rotate_in_down_left { - 0% { - opacity: 0; - transform-origin: left bottom; - transform: rotate(-45deg); - } - 100% { - opacity: 1; - transform-origin: left bottom; - transform: rotate(0); - } -} -@-webkit-keyframes o_anim_rotate_in_down_left { - 0% { - opacity: 0; - transform-origin: left bottom; - transform: rotate(-45deg); - } - 100% { - opacity: 1; - transform-origin: left bottom; - transform: rotate(0); - } -} -@keyframes o_anim_rotate_in_down_left { - 0% { - opacity: 0; - transform-origin: left bottom; - transform: rotate(-45deg); - } - 100% { - opacity: 1; - transform-origin: left bottom; - transform: rotate(0); - } -} -.o_anim_rotate_in_down_left { - animation-name: o_anim_rotate_in_down_left; -} -@-moz-keyframes o_anim_rotate_in_down_right { - 0% { - opacity: 0; - transform-origin: right bottom; - transform: rotate(45deg); - } - 100% { - opacity: 1; - transform-origin: right bottom; - transform: rotate(0); - } -} -@-webkit-keyframes o_anim_rotate_in_down_right { - 0% { - opacity: 0; - transform-origin: right bottom; - transform: rotate(45deg); - } - 100% { - opacity: 1; - transform-origin: right bottom; - transform: rotate(0); - } -} -@keyframes o_anim_rotate_in_down_right { - 0% { - opacity: 0; - transform-origin: right bottom; - transform: rotate(45deg); - } - 100% { - opacity: 1; - transform-origin: right bottom; - transform: rotate(0); - } -} -.o_anim_rotate_in_down_right { - animation-name: o_anim_rotate_in_down_right; -} -@-moz-keyframes o_anim_zoom_in { - 0% { - opacity: 0; - transform: scale(0.3); - } - 50% { - opacity: 1; - } -} -@-webkit-keyframes o_anim_zoom_in { - 0% { - opacity: 0; - transform: scale(0.3); - } - 50% { - opacity: 1; - } -} -@keyframes o_anim_zoom_in { - 0% { - opacity: 0; - transform: scale(0.3); - } - 50% { - opacity: 1; - } -} -.o_anim_zoom_in { - animation-name: o_anim_zoom_in; -} -@-moz-keyframes o_anim_zoom_in_down { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -@-webkit-keyframes o_anim_zoom_in_down { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -@keyframes o_anim_zoom_in_down { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -.o_anim_zoom_in_down { - animation-name: o_anim_zoom_in_down; -} -@-moz-keyframes o_anim_zoom_in_left { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -@-webkit-keyframes o_anim_zoom_in_left { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -@keyframes o_anim_zoom_in_left { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -.o_anim_zoom_in_left { - animation-name: o_anim_zoom_in_left; -} -@-moz-keyframes o_anim_zoom_in_right { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -@-webkit-keyframes o_anim_zoom_in_right { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -@keyframes o_anim_zoom_in_right { - 0% { - opacity: 0; - transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - 60% { - opacity: 1; - transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} -.o_anim_zoom_in_right { - animation-name: o_anim_zoom_in_right; -} -@-moz-keyframes o_anim_flash { - 0%, 50%, 100% { opacity: 1; } - 25%, 75% { opacity: 0; } -} -@-webkit-keyframes o_anim_flash { - 0%, 50%, 100% { opacity: 1; } - 25%, 75% { opacity: 0; } -} -@keyframes o_anim_flash { - 0%, 50%, 100% { opacity: 1; } - 25%, 75% { opacity: 0; } -} -.o_anim_flash { - animation-name: o_anim_flash; -} -@-moz-keyframes o_anim_pulse { - 0% { transform: scale(1); } - 50% { transform: scale(1.05); } - 100% { transform: scale(1); } -} -@-webkit-keyframes o_anim_pulse { - 0% { transform: scale(1); } - 50% { transform: scale(1.05); } - 100% { transform: scale(1); } -} -@keyframes o_anim_pulse { - 0% { transform: scale(1); } - 50% { transform: scale(1.05); } - 100% { transform: scale(1); } -} -.o_anim_pulse { - animation-name: o_anim_pulse; -} -@-moz-keyframes o_anim_shake { - 0%, 100% { - transform: translate(0, 0); - } - 10%, 30%, 50%, 70%, 90% { - transform: translate(-10px, 0); - } - 20%, 40%, 60%, 80% { - transform: translate(10px, 0); - } -} -@-webkit-keyframes o_anim_shake { - 0%, 100% { - transform: translate(0, 0); - } - 10%, 30%, 50%, 70%, 90% { - transform: translate(-10px, 0); - } - 20%, 40%, 60%, 80% { - transform: translate(10px, 0); - } -} -@keyframes o_anim_shake { - 0%, 100% { - transform: translate(0, 0); - } - 10%, 30%, 50%, 70%, 90% { - transform: translate(-10px, 0); - } - 20%, 40%, 60%, 80% { - transform: translate(10px, 0); - } -} -.o_anim_shake { - animation-name: o_anim_shake; -} -@-moz-keyframes o_anim_tada { - 0% { - transform: scale3d(1, 1, 1); - } - 10%, 20% { - transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); - } - 30%, 50%, 70%, 90% { - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - 40%, 60%, 80% { - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - 100% { - transform: scale3d(1, 1, 1); - } -} -@-webkit-keyframes o_anim_tada { - 0% { - transform: scale3d(1, 1, 1); - } - 10%, 20% { - transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); - } - 30%, 50%, 70%, 90% { - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - 40%, 60%, 80% { - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - 100% { - transform: scale3d(1, 1, 1); - } -} -@keyframes o_anim_tada { - 0% { - transform: scale3d(1, 1, 1); - } - 10%, 20% { - transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); - } - 30%, 50%, 70%, 90% { - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - 40%, 60%, 80% { - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - 100% { - transform: scale3d(1, 1, 1); - } -} -.o_anim_tada { - animation-name: o_anim_tada; -} -@-moz-keyframes o_anim_flip_in_x { - 0% { - perspective: 400px; - transform: rotateX(90deg); - transition-timing-function: ease-in; - opacity: 0; - } - 40% { - perspective: 400px; - transform: rotateX(-20deg); - transition-timing-function: ease-in; - } - 60% { - perspective: 400px; - transform: rotateX(10deg); - opacity: 1; - } - 80% { - perspective: 400px; - transform: rotateX(-5deg); - } - 100% { - perspective: 400px; - } -} -@-webkit-keyframes o_anim_flip_in_x { - 0% { - perspective: 400px; - transform: rotateX(90deg); - transition-timing-function: ease-in; - opacity: 0; - } - 40% { - perspective: 400px; - transform: rotateX(-20deg); - transition-timing-function: ease-in; - } - 60% { - perspective: 400px; - transform: rotateX(10deg); - opacity: 1; - } - 80% { - perspective: 400px; - transform: rotateX(-5deg); - } - 100% { - perspective: 400px; - } -} -@keyframes o_anim_flip_in_x { - 0% { - perspective: 400px; - transform: rotateX(90deg); - transition-timing-function: ease-in; - opacity: 0; - } - 40% { - perspective: 400px; - transform: rotateX(-20deg); - transition-timing-function: ease-in; - } - 60% { - perspective: 400px; - transform: rotateX(10deg); - opacity: 1; - } - 80% { - perspective: 400px; - transform: rotateX(-5deg); - } - 100% { - perspective: 400px; - } -} -.o_anim_flip_in_x { - backface-visibility: visible; - animation-name: o_anim_flip_in_x; -} -@-moz-keyframes o_anim_flip_in_y { - 0% { - perspective: 400px; - transform: rotateY(90deg); - transition-timing-function: ease-in; - opacity: 0; - } - 40% { - perspective: 400px; - transform: rotateY(-20deg); - transition-timing-function: ease-in; - } - 60% { - perspective: 400px; - transform: rotateY(10deg); - opacity: 1; - } - 80% { - perspective: 400px; - transform: rotateY(-5deg); - } - 100% { - perspective: 400px; - } -} -@-webkit-keyframes o_anim_flip_in_y { - 0% { - perspective: 400px; - transform: rotateY(90deg); - transition-timing-function: ease-in; - opacity: 0; - } - 40% { - perspective: 400px; - transform: rotateY(-20deg); - transition-timing-function: ease-in; - } - 60% { - perspective: 400px; - transform: rotateY(10deg); - opacity: 1; - } - 80% { - perspective: 400px; - transform: rotateY(-5deg); - } - 100% { - perspective: 400px; - } -} -@keyframes o_anim_flip_in_y { - 0% { - perspective: 400px; - transform: rotateY(90deg); - transition-timing-function: ease-in; - opacity: 0; - } - 40% { - perspective: 400px; - transform: rotateY(-20deg); - transition-timing-function: ease-in; - } - 60% { - perspective: 400px; - transform: rotateY(10deg); - opacity: 1; - } - 80% { - perspective: 400px; - transform: rotateY(-5deg); - } - 100% { - perspective: 400px; - } -} -.o_anim_flip_in_y { - backface-visibility: visible; - animation-name: o_anim_flip_in_y; -} - -//------------------------------------------------------------------------------ -// Compatibility <= 13.0 -//------------------------------------------------------------------------------ - -.o_anim_dur500 { - animation-duration: 500ms; -} -.o_anim_dur1500 { - animation-duration: 1500ms; -} -.o_anim_dur2000 { - animation-duration: 2000ms; -} -.o_anim_dur2500 { - animation-duration: 2500ms; -} -.o_anim_dur3000 { - animation-duration: 3000ms; -} -.o_anim_del500 { - animation-delay: 500ms; -} -.o_anim_del1000 { - animation-delay: 1000ms; -} -.o_anim_del1500 { - animation-delay: 1500ms; -} -.o_anim_del2000 { - animation-delay: 2000ms; -} -.o_anim_del2500 { - animation-delay: 2500ms; -} diff --git a/website_animate/views/options.xml b/website_animate/views/options.xml deleted file mode 100644 index 0234c2405..000000000 --- a/website_animate/views/options.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - -