Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroper committed Mar 4, 2024
0 parents commit 0656f0c
Show file tree
Hide file tree
Showing 52 changed files with 3,222 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# com.eclecticdesignstudio.motion

<p align="center">
<a href="https://agera-air.github.io/api/com.eclecticdesignstudio.motion">
<img src="https://img.shields.io/badge/ActionScript%20API%20Documentation-gray">
</a>
</p>

This is a fork of the [com.eclecticdesignstudio.motion](https://code.google.com/archive/p/actuate/) library. I do not own the ActionScript 3 code contained in this repository.

Authors and contributors:

* Joshua Granick
* Philippe (http://philippe.elsass.me)
* Robert Penner (http://www.robertpenner.com/easing_terms_of_use.html)
10 changes: 10 additions & 0 deletions asconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"config": "air",
"type": "lib",
"compilerOptions": {
"include-sources": ["src"],
"source-path": ["src"],
"library-path": ["libs"],
"output": "swc/com.eclecticdesignstudio.motion.swc"
}
}
1 change: 1 addition & 0 deletions asdoc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/html
2 changes: 2 additions & 0 deletions asdoc/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
aasdoc --library-path+=libs --doc-sources+=src -o=asdoc/html
Empty file added libs/.gitignore
Empty file.
Loading

0 comments on commit 0656f0c

Please sign in to comment.