Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
AI & KI NachrichtenAI Restrictions at NYCPS and LAUSD Reverberate Nationwide(24.09.2026 um 01:16 Uhr)
AI & KI NachrichtenMeta Connect 2026: The biggest news and announcements(24.09.2026 um 00:45 Uhr)
AI & KI NachrichtenMeta ditches the camera on its newest smart glasses(24.09.2026 um 01:37 Uhr)
AI & KI NachrichtenMuse is coming to Meta smart glasses(24.09.2026 um 01:40 Uhr)
AI & KI NachrichtenAI Restrictions at NYCPS and LAUSD Reverberate Nationwide(24.09.2026 um 01:16 Uhr)
AI & KI NachrichtenMeta Connect 2026: The biggest news and announcements(24.09.2026 um 00:45 Uhr)
AI & KI NachrichtenMeta ditches the camera on its newest smart glasses(24.09.2026 um 01:37 Uhr)
AI & KI NachrichtenMuse is coming to Meta smart glasses(24.09.2026 um 01:40 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Hacktoberfest: Animation.

This is a submission for the 2024 Hacktoberfest Writing challenge: Contributor Experience Hacktoberfest is over. I completed the challenge this year with five open source contributions accepted. A sixth is still waiting on the…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

The moon in a purple sky, there are white clouds surrounding the moon.



This is a submission for the 2024 Hacktoberfest Writing challenge: Contributor Experience



Hacktoberfest is over. I completed the challenge this year with five open source contributions accepted. A sixth is still waiting on the maintainer.



I wrote about one of my PRs in "HacktoberFest Progress" post about drawing with Python. This time I want to talk about Animating with CSS.










Animation Nation



Animation Nation set up a Gallery for playing CSS Animations. The documentation was clear and easy to follow. Contributors built their art then, added their gitHub name and art title to a JSON file. Animation Nation's code would grab the individual user's code and display it on their gallery.



You can see the gallery at Animation Nation. There are several great examples of CSS animation.






My Project



Since it was October, I decided to make a fall sky. I made a moon with animated clouds. The clouds move across the screen.




body{
padding: 0;
margin: 0;
background: linear-gradient( var(--Purple),
var(--Black) 76%);
}





The sky is a purple to black gradient.



.moon{
width: 250px;
height: 250px;
border-radius: 50%;
background: var(--Moon);
position: absolute;
}






The moon is a circle centered on the page. I played with a border but liked it better without one.



The clouds are where the challenge began. They needed more shape than a rectangle or circle. first attempt was just a long thin oval. I made a few of these basic shapes to get the positioning right. Then added a lower level of clouds.



.cloud {
width: 300px;
height: 50px;
border-radius: 20%;
.
.
}

.cloud_low{
margin-left: 300px;
margin-top: 55px;
}





But the clouds were too flat. Circles were added to the .cloud class to give the cloud .fluff. The fluff class was positioed by changing margins to move it left or right.



            <div class="cloud">
<div class="fluffLeft"></div>
<div class="fluff"></div>
<div class="fluffRight"></div>
</div>







.fluffLeft{
width: 140px;
height: 45px;
border-radius: 45%;
margin-left: -44px;
background: var(--White);
position: relative;
overflow: visible;
}
.fluffRight{
width: 140px;
height: 45px;
border-radius: 45%;
margin-right: -44px;
background: var(--White);
position: relative;
overflow: visible;
}





The clouds have a drop shadow to make them stand out from the back ground.



filter: drop-shadow(-4px 2px 15px var(--Purple));







Animation



To move the clouds an animation called wind was used to move the clouds across the X-axis. For CSS animation, you give the animation a name then call it using 2Keyframes.



A large number was used to get the left most cloud all the way across the screen. To prevent the animation from resetting to the start at keyframe o, animation-fill-mode: forwards was used.



    animation-name: wind;
animation-duration: 4.5s;
animation-direction: normal;
animation-fill-mode: forwards;
}

@keyframes wind {
0% {
transform: translateX(0px);
}
100% {
transform: translateX(1450px);
}
}





The clouds now float across the sky and off the screen.











Wrap up



It was fun to create an animation and watch other developers designs. It was also great to complete another HacktoberFest challenge. It's satisfying to help on other people's projects.



It disappointing there's no shirt or stickers again this year. But I understand the costs and trash concerns. The trees from previous years were a nice alternative.



Here's my Holopin badge showing 4 for 4 contributions. It's a sloth working at a computer.



cartoon sloth at computer. He is wearing a green tee shirt with a dark green collar. The laptop screen reads



Thanks for reading.

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
IR-PLAYBOOK-RCE
HIGH
SOC Incident Playbook: Remote Code Execution (RCE) Defense
1-Click Detection Engineering: Sigma & YARA Rules
SOC Ready
title: Detect Exploitation - Hacktoberfest: Animation.
id: d906509b-43a9-4b70-9f9c-1ae057f215b2
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "Hacktoberfest: Animation." ascii wide
    condition:
        any of them
}
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Hacktoberfest: Animation.

Thematisch verwandte Begriffe: Hacktoberfest, Animation · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-96676 | A vulnerability was identified in Fast FAC1900R 20190827_2.0.2. The impa…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick