diff --git a/submissions/examples/floating-animation-515/README.md b/submissions/examples/floating-animation-515/README.md
new file mode 100644
index 00000000..e86efe5b
--- /dev/null
+++ b/submissions/examples/floating-animation-515/README.md
@@ -0,0 +1,17 @@
+# Floating Animation
+
+## 1. What does this do?
+
+Creates a smooth floating effect by moving an element vertically in a continuous loop while dynamically adjusting its shadow to enhance the perception of depth.
+
+## 2. How is it used?
+
+```html
+
+ Floating Content
+
+```
+
+## 3. Why is it useful?
+
+Floating animations are commonly used to add subtle motion and visual interest to interfaces. This effect can be applied to hero illustrations, feature cards, call-to-action sections, icons, and decorative UI elements. It aligns with EaseMotion CSS's animation-first philosophy by providing a lightweight, reusable micro-interaction that improves visual engagement without requiring custom keyframes.
diff --git a/submissions/examples/floating-animation-515/demo.html b/submissions/examples/floating-animation-515/demo.html
new file mode 100644
index 00000000..44e8ce13
--- /dev/null
+++ b/submissions/examples/floating-animation-515/demo.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+ Floating Animation Demo
+
+
+
+
+
Floating Animation Demo
+
+
+
+
+
10%
+
Small Float
+
+ Subtle movement for decorative elements and icons.
+
+
+
+
+
25%
+
Default Float
+
+ Balanced motion for cards, sections and components.
+
+
+
+
+
50%
+
Large Float
+
+ Strong floating motion for hero sections and CTA elements.
+