Results 1 to 3 of 3

Thread: How to get adobe edge animations to trigger on-hover or on-scroll

  1. #1
    Join Date
    Sep 2011
    Posts
    63

    How to get adobe edge animations to trigger on-hover or on-scroll

    Last one month I use Adobe edge software tools for making animation project. Now I need to javascript code to obtain Edge animations to trigger on-hover or on-scroll. I want this on specific location. Please help me to do this simple task. Thanks in advance.

  2. #2
    Join Date
    Nov 2008
    Posts
    1,514

    Re: How to get adobe edge animations to trigger on-hover or on-scroll

    The below mentioned code of javascript is help a lot for solving this complicated problem.
    $(document).ready(function() {
    $("#WhateverTheIDIs").hover(function() {
    window.alert('Bonjour!');
    }, function() {
    window.alert('Bonsoir!');
    });
    });
    In this case, I suggest to you for add this code onto the javascript file. I hope that this will be solve your on-hover or on-scroll problem.

  3. #3
    Join Date
    Mar 2009
    Posts
    1,360

    Re: How to get adobe edge animations to trigger on-hover or on-scroll

    This is not a programming question, but a statement. I suggest to you for use an proper way that can be help to solve your complicated difficulty. Some changes affect only the selected appearances. Hence I think this will be help to you for improving the kinds of features and the functionality of this software. The jQUery also help to solve this kind of complicated difficulty.

Similar Threads

  1. Replies: 0
    Last Post: 10-06-2013, 05:39 PM
  2. Is Adobe Edge useful for Adobe Digital Publishing Suite
    By DakshaMira in forum Windows Software
    Replies: 4
    Last Post: 16-09-2011, 10:39 PM
  3. Box shadow in adobe edge
    By Ham in forum Windows Software
    Replies: 2
    Last Post: 15-09-2011, 10:48 AM
  4. Replies: 4
    Last Post: 15-09-2011, 10:13 AM
  5. Adobe Edge on Linux
    By jOjIi in forum Windows Software
    Replies: 3
    Last Post: 14-09-2011, 04:15 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,999,228.15748 seconds with 17 queries