Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@akashic-extension/akashic-timeline

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic-extension/akashic-timeline

timeline library for akashic

  • 3.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

akashic-timeline

akashic-timelineはAkashic Engine向けのトゥイーンアニメーションライブラリです。

次のようなコードで、エンティティ e を現在位置から座標(300, 400)へ2000ミリ秒かけて動かすアニメーションを記述することができます。

timeline.create(e)
        .moveTo(300, 400, 2000);

位置だけでなく回転や透明度などもアニメーション可能で、またイージングを指定することもできます。

利用方法

akashic-cliをインストールした後、

akashic install @akashic-extension/akashic-timeline

でインストールできます。コンテンツからは、

var timeline = require("@akashic-extension/akashic-timeline");

で利用してください。

使い方は akashic-timelineの利用方法 を参照してください。 詳細なリファレンスは APIリファレンスを参照してください。 Akashic Engineの詳細な利用方法については、 公式ページ を参照してください。

サンプル

sample/ ディレクトリに、akashic-timeline を用いるサンプルコンテンツがあります。 以下のコマンドにより akashic-sandbox でサンプルコンテンツを実行することができます。

git clone git@github.com:akashic-games/akashic-timeline.git
cd akashic-timeline/sample
npm install
akashic-sandbox .

上記コマンドの実行には Git と akashic-sandbox (v0.13.3以降)が必要です。

ビルド方法

akashic-timelineはTypeScriptで書かれたライブラリであるため、ビルドにはnode.jsが必要です。

npm run build でビルドできます。

npm install
npm run build

テスト方法

  1. ESLintを使ったLint
  2. Jestを使ったテスト

がそれぞれ実行されます。

npm run test

ライセンス

本リポジトリは MIT License の元で公開されています。 詳しくは LICENSE をご覧ください。

ただし、画像ファイルおよび音声ファイルは CC BY 2.1 JP の元で公開されています。

FAQs

Package last updated on 28 Nov 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc