@extends('layouts.vertical', ['title' => 'Animation', 'sub_title' => 'Extended', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('css') @vite(['node_modules/animate.css/animate.min.css', 'node_modules/animate.css/animate.compat.css',]) @endsection @section('content')

CSS3 Animation

Just-add-water CSS animations.

@endsection @section('script') @vite(['resources/js/pages/extended-animation.js']) @vite(['resources/js/pages/highlight.js']) @endsection