Skip to content

atomicguy/aframe-scrim-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aframe-scrim-component

Version License

A Theatrical Scrim for A-Frame

For A-Frame.

API

Property Description Default Value
easing type of easing to use easeInOutCirc
durration length of time (ms) for fading 900

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.9.0/aframe.min.js"></script>
  <script src="https://unpkg.com/aframe-scrim-component/dist/aframe-scrim-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity scrim="durration: 700"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-scrim-component

Then require and use.

require('aframe');
require('aframe-scrim-component');

About

Make A-Frame elements behave like a theatrical scrim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published