Glitch text effect with CSS only [Kevin Powell]
Stolen from here https://codepen.io/kevinpowell/pen/YzqerQm
| from pathlib import Path | |
| from playwright.sync_api import sync_playwright, Page, expect | |
| import re | |
| URL = "https://portalcfdi.facturaelectronica.sat.gob.mx/" | |
| ROOT = Path(__file__).resolve().parent.parent | |
| CERTIFICATE = ROOT / "files" / "cer.cer" | |
| PRIVATE_KEY = ROOT / "files" / "key.key" |
Glitch text effect with CSS only [Kevin Powell]
Stolen from here https://codepen.io/kevinpowell/pen/YzqerQm
<template id="qunit_suite" inherit_id="web.qunit_suite">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/academy/static/src/js/tools.js"></script>
<script type="text/javascript" src="/academy/static/tests/academy_tests.js"></script>
<script type="text/javascript" src="/academy/static/tests/academy_tests_field.js"></script>
</xpath>
</template>Pos order py
@api.model
def _order_fields(self, ui_order):
res = super()._order_fields(ui_order)
res['carrier_id'] = ui_order.get('carrier_id', False)
return resModels js