GithubHelp home page GithubHelp logo

jafetmorales / aframe-href-component Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gasolin/aframe-href-component

0.0 1.0 0.0 478 KB

A Hyper Link component for A-Frame, turning object to a html linkable element

Home Page: https://gasolin.github.io/aframe-href-component/

License: MIT License

JavaScript 100.00%

aframe-href-component's Introduction

aframe-href-component

Dependency Status npm

A Hyper Link component for A-Frame. With aframe-href-component, each object could be used as a normal html linkable element.

URL Link support

Add href attribute to any a-frame tag, such as href="www.sample.com". To turn the object as a normal web link. demo

As normal web page, you could add extra target="_blank" attribute in this a-frame tag to open web link in a new window.

Animation support (experimental)

When link is clicked, the href-component will emit a href event within this object. You can append the animation id in target attribute, such as target="#out-animation" (a shortcut of target="window#out-animation") or target="_blank#out-animation" to trigger the animation directly. demo

Anchor support (experimental)

Besides the normal hyper link. you can add in-page anchor like href="#id" to any a-frame tag. When user click on the object, a-camera will move its position to the object with the specified id. demo

Usage

Browser Installation

Install and use by directly including the browser files:

Make sure you have placed an a-cursor element to trigger the click event. Then add href attribute in target tag (In example is a-box). demo

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script>
  <script src="https://rawgit.com/gasolin/aframe-href-component/master/dist/aframe-href-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity position="0 1.8 4">
      <a-camera>
        <a-cursor color="#4CC3D9"></a-cursor>
      <a-camera>
    </a-entity>

    <a-box id="orange-cube" position="0 3.5 -2" rotation="30 30 0"
      width="2" depth="2" height="2" color="#F16745"
      href="https://github.com/gasolin/aframe-href-component"></a-box>
  </a-scene>
</body>

NPM Installation

Install via NPM:

npm install aframe-href-component

Then register and use.

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

aframe-href-component's People

Contributors

cvan avatar donmccurdy avatar gasolin avatar mattdesl avatar ngokevin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.