@extends('layouts.vertical', ['title' => 'Animation']) @section('css') @vite(['node_modules/animate.css/animate.min.css']) @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Miscellaneous', 'title' => 'Animation'])

Animate.css

A cross-browser library of CSS animations. Animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.

@endsection @section('scripts') @vite(['resources/js/pages/misc-animation.js']) @endsection