JSPM

openwanderer-jsapi-transitions

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q30464F
  • License LGPL-3.0-or-later

OpenWanderer is a project to produce a 100% free and open source panoramas platform. This addon to the main JavaScript API adds transition effects between panoramas. Transition code written by Eesger Toering, adapted by nickw to integrate with OpenWanderer jsapi core.

Package Exports

  • openwanderer-jsapi-transitions

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (openwanderer-jsapi-transitions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

The Transitions API

The transitions API contains transitions developed by Eesger Toering. These produce a nice transition effect when moving from one pano to another. Note that currently there are some artefacts if point markers (representing pano locations) are present on your panorama, though polylines (representing the route of a sequence) are OK.

Including the transitions API

For 0.1.0 or 0.1.1, include with unpkg. jQuery is now automatically included as at version 0.1.1.

For version 0.1.2 or above, a bundle is no longer distributed. You should use npm to install, e.g. in your package.json:

{
    "dependencies": {
        "openwanderer-jsapi-transitions": "^0.1.2"
    }
}

Then import it into your application:

import * as OWTransition from 'openwanderer-jsapi-transitions';

and use a build tool such as Webpack to build it. and then use a build tool such as Webpack to build it.