# learnpress/4.4.8/inc/admin/views/placeholder-animation.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.8. 25 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.8/code/inc/admin/views/placeholder-animation.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.8/raw/inc/admin/views/placeholder-animation.php
- Modified: 2026-09-18T11:22:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.4.8/code/inc/admin/views/placeholder-animation.php#L10-L20`.

```php
<?php
/**
 * Template for displaying a placeholder with animation effect.
 *
 * @author  ThimPress
 * @package LearnPress/Admin/Views
 * @version 3.0.7
 */

defined( 'ABSPATH' ) || die();
?>

<div class="line-heading"></div>

<div class="line-sm"></div>
<div class="line-xs"></div>

<div class="line-df"></div>
<div class="line-lgx"></div>
<div class="line-lg"></div>

<div class="line-df"></div>
<div class="line-lg"></div>
<div class="line-lgx"></div>

```
