Skip to content

Commit 4f49204

Browse files
Added fadein animation to text
Added 'fadein' class to app.name and home_message text. This class adds the fade-in animation from 'animate.css' found in /littlelink/css/.
1 parent 574128a commit 4f49204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/home.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ function update_color_scheme() {
7272
@endif
7373

7474
<!-- Your Name -->
75-
<h1 class="mt-5"> {{ config('app.name') }} </h1>
75+
<h1 class="mt-5 fadein"> {{ config('app.name') }} </h1>
7676

7777
<!-- Short Bio -->
78-
<p class="mt-5">{{ $message->home_message }}</p>
78+
<p class="mt-5 fadein">{{ $message->home_message }}</p>
7979

8080
<?php $initial=1; // <-- Effectively sets the initial loading time of the buttons. This value should be left at 1. ?>
8181
<!-- Replace # with your profile URL. Delete whatever you don't need & create your own brand styles in css/brands.css -->

0 commit comments

Comments
 (0)