0.0.9 • Published 2 years ago

papperanimate v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Papper Animate

An easy CSS animation library.

Version License File Size Stars Forks Issues Downloads

Installation

Using NPM

This repository is distributed with npm. After installing npm, you can install papperanimate with this command:

    npm install --save papperanimate

Using CDN

Use as CDN link in your web site as below,

<!DOCTYPE html>
<html>
  <head>
    <link
      href="https://cdn.jsdelivr.net/npm/papperanimate@0.0.8/papperanimate.min.css"
      rel="stylesheet" crossorigin="anonymous">
    <!-- or -->
    <link
      href="https://cdn.jsdelivr.net/npm/papperanimate@0.0.8/papperanimate.css"
      rel="stylesheet" crossorigin="anonymous">
  </head>
</html>

Usage

Install npm module using npm i papperanimate.

  import 'papperanimate';

  // Use papperanimate_animated class to convert any HTML
  // element into an animated HTML element.
  // Use any papperanimate class to animate.

  <h1 class="papperanimate_animated papperanimate_zoomInUp">
    Animate this heading.
  </h1>

Animation List

Basic

Animation NameClass Name
bouncepapperanimate_bounce
flashpapperanimate_flash
pulsepapperanimate_pulse
rubberBandpapperanimate_rubberBand
shakeXpapperanimate_shakeX
shakeYpapperanimate_shakeY
tadapapperanimate_tada
Wobblepapperanimate_wobble
Jellopapperanimate_jello

Zoom

Animation NameClass Name
ZoomInpapperanimate_zoomIn
ZoomInDownpapperanimate_zoomInDown
ZoomInLeftpapperanimate_zoomInLeft
ZoomInRightpapperanimate_zoomInRight
ZoomInUppapperanimate_zoomInUp

Light

Animation NameClass Name
LightInLeftpapperanimate_lightSpeedInLeft
LightInRightpapperanimate_lightSpeedInRight
LightOutLeftpapperanimate_lightSpeedOutRight
LightOutRightpapperanimate_lightSpeedOutRight

Flip

Animation NameClass Name
Flippapperanimate_flip

WebSite

A demo website lives here, using TailwindCSS and Papperanimate. Source code is under site folder.

License

MIT © Jithin Zacharia.

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago