From 22b4f123f4f5083554e3f2db767b7486cc5712a6 Mon Sep 17 00:00:00 2001 From: Hesham El Masry Date: Thu, 9 Nov 2023 12:29:59 +0100 Subject: [PATCH] after --- week-6-start/transition-btn-example.html | 72 ++++++++++++++++++++++++ week-6-start/transition.html | 42 ++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 week-6-start/transition-btn-example.html create mode 100644 week-6-start/transition.html diff --git a/week-6-start/transition-btn-example.html b/week-6-start/transition-btn-example.html new file mode 100644 index 0000000..0143144 --- /dev/null +++ b/week-6-start/transition-btn-example.html @@ -0,0 +1,72 @@ + + + + + Transition Example - BTN Animation + + + + + + + + + + \ No newline at end of file diff --git a/week-6-start/transition.html b/week-6-start/transition.html new file mode 100644 index 0000000..75c8091 --- /dev/null +++ b/week-6-start/transition.html @@ -0,0 +1,42 @@ + + + + + transition + + + + +
+ My div is here +
+ + \ No newline at end of file