New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lanimate

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lanimate

[![GitHub Tag](https://img.shields.io/github/v/tag/vielhuber/lanimate)](https://github.com/vielhuber/lanimate/tags) [![Code Style](https://img.shields.io/badge/code_style-psr--12-ff69b4.svg)](https://www.php-fig.org/psr/psr-12/) [![License](https://img.sh

latest
Source
npmnpm
Version
1.2.8
Version published
Weekly downloads
130
Maintainers
1
Weekly downloads
 
Created
Source

GitHub Tag Code Style License Last Commit node version npm Downloads

🥤 lanimate 🥤

lanimate is a small library that animates appearing dom elements.

installation

use it as a module:

npm install lanimate
import Lanimate from 'lanimate';

or as a ready-to-go bundle:

<script src="lanimate.min.js"></script>

usage

const lanimate = new Lanimate();
lanimate.init();
<h2
    data-lanimate="fade|scrollX|scrollY|scale|rotate|rotate3d|skew"
    data-lanimate-speed="3000"
    data-lanimate-delay="1500"
    data-lanimate-split="none|char|word"
>
    Title
</h2>

if you want to prevent fouc, add this css:

[data-lanimate] {
    opacity: 0;
}

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts