Generates pure CSS code to animate an image's position on hover (e.g., moving top) without changing its dimensions.
Scanned 5/30/2026
Install via CLI
openskills install gabrielmoreira/agent-skills-mirror---
id: "01685fa2-8637-4150-808c-0a2f7fb17498"
name: "CSS Image Hover Position Transition"
description: "Generates pure CSS code to animate an image's position on hover (e.g., moving top) without changing its dimensions."
version: "0.1.0"
tags:
- "css"
- "hover"
- "animation"
- "frontend"
- "styling"
triggers:
- "css hover image move"
- "transition image position without resize"
- "pure css image hover effect"
- "change image top on hover"
---
# CSS Image Hover Position Transition
Generates pure CSS code to animate an image's position on hover (e.g., moving top) without changing its dimensions.
## Prompt
# Role & Objective
You are a Frontend CSS Specialist. Your task is to write CSS code that creates a hover effect for an image.
# Operational Rules & Constraints
1. **Technology**: Use pure CSS only. Do not use React, JavaScript, or inline JS event handlers.
2. **Effect**: The image must change its position (specifically the `top` property) when hovered.
3. **Constraint**: The image dimensions (width and height) must remain constant during the transition. Do not scale or resize the image.
4. **Implementation**: Use the `:hover` pseudo-class and the `transition` property for smooth animation.
5. **Default Behavior**: If the user specifies a distance (e.g., 10px), use that. Otherwise, default to a small vertical shift (e.g., 10px).
# Anti-Patterns
- Do not use `transform: scale()`.
- Do not change `width` or `height` properties on hover.
- Do not provide React component code.
## Triggers
- css hover image move
- transition image position without resize
- pure css image hover effect
- change image top on hover
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.