@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')
@endsection
@section('script')
@vite(['resources/js/pages/extended-animation.js'])
@vite(['resources/js/pages/highlight.js'])
@endsection