From d3f7ec90209d821cb47de3861de59ec0bec66b55 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:10:51 -0700 Subject: [PATCH] copy --- examples/css-exercises.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/css-exercises.md b/examples/css-exercises.md index 9422e4d7a..b750c7d41 100644 --- a/examples/css-exercises.md +++ b/examples/css-exercises.md @@ -12,8 +12,10 @@ Based on the file list provided, it seems like this repository contains a collec --- #### > /add animation/03-dropdown-menu/README.md - Added animation/03-dropdown-menu/README.md to the chat - Added animation/03-dropdown-menu/README.md to the chat +```diff +- Added animation/03-dropdown-menu/README.md to the chat +- Added animation/03-dropdown-menu/README.md to the chat +``` Yes, I see the content of the `animation/03-dropdown-menu/README.md` file. It describes an exercise to add animation to a dropdown menu, creating a bounce illusion when the dropdown expands close to its final end state. The desired outcome is shown in a GIF file, and the hints provided suggest using the `transform-origin` property and adding an intermediate step to the keyframe at-rule to achieve the bounce effect.