Skip to content

sieis/unmove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmove | open-source CSS animation library

Netlify Status

unmove-meta-image

Documentation

Demo and documentation site here

sacred geometry spinner

Quick Start

A few options to start with:

  • Download the css file
  • Copy CDN into <head> of HTML document: https://cdn.jsdelivr.net/gh/sieis/unmove@main/dist/unmove.css
  • Check out demo site for samples.

Quick Install Instructions

  1. Create a new index.html document
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>unmove demo</title>
</head>
<body>
    
</body>
</html>
  1. Include the CDN <link> tag in the <head>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sieis/unmove@main/dist/unmove.css">
    <title>unmove demo</title>
</head>
<body>
    
</body>
</html>

Preview

spinning preview screenshot

news ticker preview screenshot

Authors

Features

  • Purely CSS
  • Incredibly lightweight
  • Blazingly simple
  • Entirely open-source

License

MIT