Personal License $6.99

1 site, unlimited servers No source distribution Commercial use allowed Can modify source Read full license | More Info

Support Provided $9.99

1 site, unlimited servers No source distribution Commercial use allowed Can modify source 6 months support Read full license | More Info

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Starting from $ 6.99

View Pricing 14 days money-back guarantee
(1 ratings)

Modal Annotations

Javascript Widget that adds transparent modal annotations over images within a web page.

Share and win up to $15k in prizes each month!Learn more

Share

Description

Modal Annotations is a javascript/css widget that allows you to add transparent modal annotations over images within a web page. This widget is highly customizable, allowing users to easily change the color, size, and behavior of the annotations.

Features Include:

  1. Modal Annotation div that can be applied to images on a page

  2. Ability to change Annotation Color by adding a CSS class. Colors include gray, red, green, yellow, and blue.

  3. Ability to change Annotation size by adding a CSS class. Sizes include (Big, Medium, and Small)

  4. Ability to modify Annotation Opacity, Animation Speeds, and Animation Ratios via Javascript flags.

  5. Modal Annotations has it's own css file which makes it highly extensible in terms of look and feel

Back to top

Setup

It's easy get Modal Annotations up and running on your website.

1) Copy modal_annotations.js into your website's javascript directory

2) Copy modal_annotations_style.css into your website's css directory

3) Copy all image assets from the supplied images folder into your website's images directory

4) Now add the following into your HTML file's header

//****foo.html header****

<!-- The CSS -->
<link rel="stylesheet" href="css/modal_annotations_style.css" type="text/css" media="screen"/>

<!-- The JavaScript -->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="js/modal_annotations.js"></script>


//****foo.html header****       

And that's it, your site is now set up with Modal Annotations. Now lets say that you have 2 images of the same dimensions called image.jpg and image_annotation.jpg. You can apply the annotation using the following notation:

//****foo.html body****

    <div class="modal_annotations">
        <div class="annotation_item">
            <div class="base_image">
                <img src="images/image.jpg" />
            </div>
            <div class="overlay_image">
                <img src="images/image_annotation.png"/>
            </div>
        </div>
    </div>

//****foo.html body****

Questions & Comments

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.

User Reviews

No reviews have been submitted yet.

Starting from $ 6.99

View Pricing 14 days money-back guarantee