Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/seaside-animatecss
Seaside wrapper for https://daneden.github.io/animate.css/
https://github.com/astares/seaside-animatecss
pharo seaside
Last synced: 4 days ago
JSON representation
Seaside wrapper for https://daneden.github.io/animate.css/
- Host: GitHub
- URL: https://github.com/astares/seaside-animatecss
- Owner: astares
- License: mit
- Created: 2018-08-14T08:43:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T17:40:14.000Z (over 4 years ago)
- Last Synced: 2024-10-31T06:41:49.901Z (about 2 months ago)
- Topics: pharo, seaside
- Language: HTML
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seaside-AnimateCSS
Seaside wrapper for https://daneden.github.io/animate.css/## Quick Start
### Installation
First you need to load Seaside, here we load the development version:```Smalltalk
Metacello new
baseline:'Seaside3';
repository: 'github://SeasideSt/Seaside:develop/repository';
load.
```for any other have a look at [https://github.com/SeasideSt/Seaside](https://github.com/SeasideSt/Seaside).
Then load FontAwesome
```Smalltalk
Metacello new
baseline:'AnimateCSS';
repository: 'github://astares/Seaside-AnimateCSS:master/src';
load.
```