animate-expo
Build Smooth Expo Animations
Mobile animations often stutter, ignore accessibility, or conflict with gestures. This skill designs Expo motion with suitable tools, timing, threading, and device checks.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "animate-expo" from https://skillstore.io/skills/emilkowalski-animate-expo.md and its manifest at https://skillstore.io/api/skills/emilkowalski-animate-expo/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„animate-expo“ wird verwendet. Add animation when a settings toggle changes.
Erwartetes Ergebnis:
Gate: frequent interaction, so use a subtle state transition. Use a short UI-thread color and scale change, with reduced motion preserving the color cue.
„animate-expo“ wird verwendet. Make this card swipe away when deleted.
Erwartetes Ergebnis:
- Use a horizontal pan gesture with a declared axis.
- Project release velocity to decide whether deletion commits.
- Settle with a spring or complete with a short timing animation.
- Test slow drags, fast flicks, interruptions, and vertical scrolling on a device.
„animate-expo“ wird verwendet. The collapsing header stutters on Android.
Erwartetes Ergebnis:
Keep the header height fixed and animate translated content with opacity. Drive values on the UI thread and verify the release build on the slowest supported Android device.
Sicherheitsaudit
SicherAll 85 static findings are false positives caused by Markdown backticks and ordinary Android platform guidance. The files contain React Native examples and documented Expo installation commands, with no shell execution mechanism, system reconnaissance, prompt injection, or malicious intent.
Risikofaktoren
⚙️ Externe Befehle (50)
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/emilkowalski-animate-expo/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/emilkowalski-animate-expo?utm_source=security_passport_badge)HTML-Badge
<a href="https://skillstore.io/skills/emilkowalski-animate-expo?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/emilkowalski-animate-expo/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Einbettungskarte
<iframe src="https://skillstore.io/embed/skills/emilkowalski-animate-expo.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
emilkowalski. (2026). animate-expo security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/emilkowalski-animate-expo/audits/1BibTeX-Zitat
@techreport{emilkowalski-emilkowalski-animate-expo-2026,
author = {emilkowalski},
title = {animate-expo security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/emilkowalski-animate-expo/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "animate-expo security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "emilkowalski"
date-released: "2026-08-19"
url: "https://skillstore.io/skills/emilkowalski-animate-expo/audits/1"
identifiers:
- type: other
value: "skillstore:emilkowalski-animate-expo:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
Add responsive press feedback
Create subtle press motion with accessible touch targets and suitable timing.
Design gesture-driven interactions
Build interruptible sheets or swipe actions with velocity-aware settling.
Fix animation performance
Review thread usage, animated properties, runtime setup, and device verification.
Diese Prompts ausprobieren
Add subtle press feedback to my Expo button. Keep it accessible, explain the motion choice, and provide the implementation.
Configure an Expo Router transition for this modal flow. Respect reduced motion and preserve native navigation gestures.
Implement a draggable in-screen sheet using Reanimated and Gesture Handler. Include velocity projection, interruption handling, and coordinated haptics.
Review these Expo animation files for dropped-frame risks. Correct thread crossings, layout-heavy properties, gesture conflicts, and accessibility gaps.
Bewährte Praktiken
- Name the animation purpose before choosing a tool or writing code.
- Keep continuous gesture and scroll updates on the UI thread.
- Test reduced motion and release performance on supported physical devices.
Vermeiden
- Do not update React state on every gesture or scroll frame.
- Do not animate layout-heavy properties when transforms and opacity can express the motion.
- Do not use haptics as the only feedback or trigger them every frame.
Häufig gestellte Fragen
Which Expo animation tools does this skill use?
Can it create gesture-driven animations?
Does it support reduced motion?
Can it fix stuttering animations?
Does it work for web animation?
Is simulator testing enough?
Entwicklerdetails
Autor
emilkowalskiLizenz
MIT
Skillstore-Revision
r1
Versionshinweis
Der Autor hat keine Version angegeben.
Ref.
7fd79e91da5a0cc369dfba10b3e8ca2534c9aff8
Aktualität der Wartung
19.8.2026
Nutzung
0 Downloads · 1 Aufrufe
Dateistruktur
📄 SKILL.md