Can you convert a video to pure CSS?

He regularly shares cool examples of fancy css animations. At the time of writing his focus has been on css scroll animations. I guess there are some new properties that allow playing a css animation based on the scroll position. Apple has been using this on their marketing pages or so jhehy says. The property seems pretty powerful. But how powerful? This got me thinking… Could it play a video as pure css? ↫ David Gerrells The answer is yes. This is so cursed, I love it – and he even turned it into an app so anyone can convert a video into CSS.

Gradska vijećnica u Poreču, Hrvatska / Town hall in Poreč, Croatia

HRV:
Gradska vijećnica u Poreču, Hrvatska, sagrađena je 1910. godine prema projektu tršćanskog arhitekta Arduina Berlama.
ENG:
The town hall in Poreč, Croatia, was built in 1910 as per the project designed by architect Arduino Berlam from Trieste.

#townhall #porec #croatia

Ako želite podržati i pomoći moj rad, možete donirati / If you want to support and help my work, you can donate:

https://www.buymeacoffee.com/mariofabekovec
PayPal: fabekovec.mario@gmail.com

COMO VISUALIZAR – Imagens Em SVG Pelo Windows Explorer

▁ ▂ ▃ ▄ ▅ ▆ Leia a Descrição do Vídeo ▆ ▅ ▄ ▃ ▂ ▁

Nesse vídeo tutorial, mostro claramente como visualizar, ou exibir imagens ou vetores com extensão SVG. no explorador de qrquivos do Windows. ou Windows Explorer.

____________________________________________________
Canal No WhatsApp: https://l1nk.dev/8suqa
Grupo No WhatsApp: https://l1nk.dev/YvbeP
Grupo No Facebook: https://acesse.one/DmdEC
Perfil No Facebook: https://l1nk.dev/AE4xo

____________________________________________________

Link do Canal: https://l1nq.com/OwUPb
Link do Vídeo Tutorial: https://dai.ly/x94s3ss
____________________________________________________
*** Se você deseja realmente aprender usar qualquer versão do Camtasia Studio, siga meu perfil no YouTube
JS – Tutor Camtasia: https://l1nq.com/G4eyT
____________________________________________________
Instale o App da Dailymotion no seu celular.
Siga nosso canal para receber outros vídeos.

link do site: https://l1nq.com/26dqY

Join us (in German/ auf Deutsch) for the Moodle Academy webinar “Feedback-Kompetenzen ausbauen – Mission gegenseitige Beurteilung” on Thursday 12th September, 13:00 UTC

Join us (in German/ auf Deutsch) for the Moodle Academy webinar “Feedback-Kompetenzen ausbauen - Mission gegenseitige Beurteilung” on Thursday 12th September, 13:00 UTC
by Sandra Matz.  

Registrieren Sie sich für das kostenlose Moodle-Akademie Webinar ‘Feedback-Kompetenzen ausbauen – Mission gegenseitige Beurteilung’ am Donnerstag, den 12. September um 13:00 Uhr UTC. 

Bei diesem Webinar werden wir Dag Klimas, langjährigen Moodler, YouTuber und Betreiber von Moodle-Guide.de, begrüßen.

Das interaktive Webinar wird im didaktischen Teil Beispiele behandeln, wie trotz AI/KI sich der Einsatz von Moodle Gegenseitige Beurteilung für die Teilnehmenden lohnen kann. Im Praxisteil werden vorbereitete Szenarien gemeinsam mit Inhalten befüllt und Dag wird im Anschluss die verwendeten Einstellungen beschreiben.

Dieses Webinar bezieht sich auf die folgenden Kompetenzen:

  • 2.1, 2.2, 2.3, 3.2, 3.3, 4.3, 5.1, 5.3, 6.2

Dieses Webinar ist Teil des Kurses ‘Moodle Academy webinars‘. Sie müssen für den Kurs eingeschrieben sein, um sich für das Webinar zu registrieren und teilnehmen zu können.

Registrieren Sie sich für das Webinar.

Webinar "Feedback-Kompetenzen ausbauen - Mission gegenseitige Beurteilung" 12. September 13:00 UTC. Jetzt registrieren.

Hotwire, but for command-line apps

I’ve been cooking up a new way to build command-line apps with Rails that I call Terminalwire. Similar to Hotwire, Terminalwire doesn’t need an API because it streams STDIO (and a few other channels) over WebSockets. This means you can use Thor, or any other Ruby command-line parser, to build out a CLI on the server and updates are automatically deployed when you deploy your Rails server. This will lower the bar for developers who want to deploy a CLI app, like Github & Stripe, without having to manage an API.