Several HTML5 animations on the same page

Hi all, I'm new to Digital Publishing Suite.


I've added several animations of HTML (3-4) on my page. but I want that every next animation to play when I click on the page.

The problem I face is that all the animations start to play at the same time. What I want is that the following animation should play only when I click on the page and so on...

I tried to add the delay to different animations and setting autoplay for the first animated film... but that did not help.

All solutions/advice?

Thanks & regards

You can use a MSO on the date for the next steps of the State

Tags: Digital Publishing Suite

Similar Questions

  • How to load several HTML5 canvas on the same page (the right way)

    Hello

    I struggled to load several animations of canvas on the same page. At the beginning, I thought that export movies with different namespaces and reload the libraries in a sequential workflow might work, but it doesn't. It still load just the last loaded movie. More info here: coding challenge: what am I doing wrong?

    Here's a sample of what I'm doing:

    1: publish two flash animations with namespaces customized to "lib" defined in the "publication settings": "libFirst" and "libSecond".

    2nd: Edit the canvas tags in the HTML page. One called "firstCanvas" and another one called "secondCanvas".

    3rd: change the javascript like this:

            <script>
                // change the default namespace for the CreateJS libraries:
                var createjsFirst = createjsFirst||{};
                var createjs = createjsFirst;
            </script>
            <script src="//code.createjs.com/easeljs-0.7.1.min.js"></script>
            <script src="//code.createjs.com/tweenjs-0.5.1.min.js"></script>
            <script src="//code.createjs.com/movieclip-0.7.1.min.js"></script>
            <script src="{{assets}}/js/first.js"></script>
            <script>
                function initFirstAnimation() {
                    var canvas, stage, exportRoot;
    
                    canvas = document.getElementById("firstCanvas");
                    exportRoot = new libFirst.first();
    
                    stage = new createjsFirst.Stage(canvas);
                    stage.addChild(exportRoot);
                    stage.update();
    
                    createjsFirst.Ticker.setFPS(libFirst.properties.fps);
                    createjsFirst.Ticker.addEventListener("tick", stage);
                }
            </script>
            <script>
                // change the default namespace for the CreateJS libraries:
                var createjsSecond = createjsSecond||{};
                var createjs = createjsSecond;
            </script>
            <script src="//code.createjs.com/easeljs-0.7.1.min.js"></script>
            <script src="//code.createjs.com/tweenjs-0.5.1.min.js"></script>
            <script src="//code.createjs.com/movieclip-0.7.1.min.js"></script>
            <script src="{{assets}}/js/second.js"></script>
            <script>
                function initSecondAnimation() {
                    var canvas, stage, exportRoot;
    
                    canvas = document.getElementById("secondCanvas");
                    exportRoot = new libSecond.second();
    
                    stage = new createjsSecond.Stage(canvas);
                    stage.addChild(exportRoot);
                    stage.update();
    
                    createjsSecond.Ticker.setFPS(libSecond.properties.fps);
                    createjsSecond.Ticker.addEventListener("tick", stage);
                }
            </script>
    
    <body onload="initFirstAnimation(); initSecondAnimation();">
    
    
    
    

    Could someone please answer with best practices on how to do it? If possible, without the need to reload all libraries...

    If I only need to show a flash animation at the same time, it would be more efficient to cut/paste the canvas using jQuery tag in the DOM and reload a different lib on this subject?

    Thank you very much!

    #flash #reborn

    I was able to remedy. In the end, it was easier than I thought. Just publish using namespace different 'lib' for each film, load all the scripts at the end of theand add the following in the onload or ready events:

    $(document).ready(function () {
    
            var canvas, stage, exportRoot;
    
            // First movie
            canvas = document.getElementById("firstCanvas");
            exportRoot = new libFirst.first();
    
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
    
            createjs.Ticker.setFPS(libFirst.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
    
            // Second movie
            canvas = document.getElementById("secondCanvas");
            exportRoot = new libSecond.second();
    
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
    
            createjs.Ticker.setFPS(libSecond.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
    
            // Third movie
            canvas = dument.getElementById("thirdCanvas");
            exportRoot = new libThird.third();
    
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
    
            createjs.Ticker.setFPS(libThird.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
    });
    
  • I can't create several different uls on the same page

    There is a nav - ul on the page.
    #online - nav ul {}
    text-align: left;
    display: block;
    padding: 5px;
    Width: 130px;
    margin: 5px;
    list-style-type: none;
    }
    I need uls several points, squares etc. on the same page, width 300px and text sizes different and color etc. But every time I get ul I get the same div as above. How can I change the new lists?

    Thank you, that's all.

  • Several resources working on the same page ADF / same application

    Hello

    Sorry this is perhaps a fundamental question for some of you. But I really need experts.

    First question is:

    I'm working on JDEV 11.1.1.3.0 developing ADF UI. In one of my page, I have 12 tabs and around 6 pop-up windows. This is a page that some complex. So we can distribute the same application and the same page different resources and allocation of development different tabs? If Yes, then how we can merge?

    Second question is:
    I'm really curious to know how the major projects of the ADF are developed?

    Thank you
    MC

    A way to divide the work is to use fragments of the page inside the taskflows for each tab.
    Then, each developer can work on her page fragment, and in the end you just add these taskflows as a region to your homepage.
    Of course, you want to also use a central Subversion (or other SCM system) repository to synchronize the work on your project-level files.

  • Several interactive reports on the same Page (re example of Jari)

    Hello-

    I'm [referring to the example of Jari | http://apex.oracle.com/pls/otn/f?p=41715:23]

    It is really great, but I have a few questions...

    I would like to solve these two first.

    1. my Developer toolbar (which is the name? for the links at the bottom of the page?) are winding up in the i-Frame of order details, rather than at the bottom of the actual page... no way to avoid this?

    2. the instructions in step 4 wrote:
    -Empty the Cache: 24, IRB (clears the cache of the IR on Page 24)

    I understand where and how set him clear the cache of page 24.
    I don't understand what is IRB.



    Thank you-
    Marion

    Marion

    Ok. I undid the changes I had made earlier.
    I now put the link in the column of the parent report as
    IR_WRAP_SALE_ID-#WRAP_SALE_ID #.

    and specified that the cache clean for the comprehensive report in page 2.

    CITY

  • Several interactive reports on the same page

    Is it possible to work around the limitation to 1 report Interactive by page? If so, how?

    It is possible to use accordions (a control of type Iframe on a page) to allow multiple interactive reports that can be DISPLAYED on a page, even if they exist on separate pages...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Bug. Can not put two edge animations animate on the same page

    Alrighty. Just thanked Adobe for fixation sensitive question scaling. Now, it seems to be a new. When I put two animations dashboard run on the same page, they both disappear completely from the view! Both in mode live view (or which saw fluid grid) and trying to get a glimpse into any browser. The responsive design works fine but if I put two animations on the same page that the two just disappear! GONE!

    Perhaps there is a code that I can use to prevent this. I did a number of tests during the last hour. My smile (from the reactive solution) is now again a frown. I can't keep working like that. Please let me know if there is something I am doing wrong. I have two animations on a page without worries prior to this version, but the delicate design did not work properly. The responsive design work NOW, but I can't have MORE than ONE ANIMATION on the same page. Thanks for your time. Best regards, Julian.

    The use, I did the modification required:

    
    
    
      
    
    
    
    
      
  • Bind several web service data controls on the same page

    Hello
    JDev version: 11.1.1.6.0
    I using SOAP web services. I have the following usage:
    I have the data control for the web service, that records the values entered into the form. I created the entry form using the data control (DC1).
    There is an input field [T1], on the tab, I need to fill an another text field, for which the data is returned to an another web service (DC2) data control.
    For the same input text [T1] on the tab out, I need fill in the object list in the component selectonechoice, for which the data is returned to an another web service (DC3) data control.

    Is it possible to use bind several data controls on the same page to reach the use case?
    However, I want to avoid the use of managed bean. Is it possible to do this?

    Concerning
    Fabiola

    Hello

    I can make the case to use even without the use of the managed bean?

    Yes, although the managed bean solution seems reasonable to me.

    Difficulties are

    + 1) REQ1 and REQ2 are the parameters that is common to both 1 and 3 services. +

    Text fields that provide arguments to a method are related to an input variable (file PageDef has an iterator variable in the executable section). A variable can be referenced from method arguments

    + 2) REQ1 is the parameter that is common to both 2 and 3 services. +

    Identical to 1. Create a setting for service 2 and map variables in the arguments of the method of service 3

    + 3) Service3 needs all REQ1, REQ2, REQ3, and REQ4 parameters as parameters to save the data. +

    As said, fields can be referenced from variables, dependent, the linking of the attribute fields (as I guess it is a return value in the bound field)

    There are problems of links as the same setting is available between several departments.

    It's new to me

    Is it possible to solve these problems of binding addresses?

    Yes. Make sure however that WS DC iterators you see in PageDef have their property Refresh ifNeeded for the refreshment of the bound field work properly

    Frank

  • Several links to drop down to the same page.

    I'm trying to make a link to the same page of several drop-down lists. I'm allow MUSE to create drop-down menus on all Pages. However, I don't want to keep more than one copy of duplicate pages. Does anyone know how to create a second or third menu drop down for these pages to dupe button?

    Hi Pamela,.

    You can create a menu manual to point the finger the same page several drop downs.

    Kind regards

    Akshay

  • 2 animations of edge in iframe on the same page?

    Hello

    I'm sure this question has been asked before, but the search of this forum and the web, I'm still not sure of the answer. Its day 2 now. . Laughing out loud

    I have the code to integrate the animations here. .

    1)

    < div class = "9promopanels" >

    < div class = "embed container-" >

    " < iframe src =" http://myURLhere.co.UK/WP-content/DynamicContent/promo%20box%202/9%20promo%20box.html "frameborder ="0"> < / iframe > "

    < / div >

    < / div >

    And the CSS (reagent):

    {.9promopanels}

    Width: 100%;

    margin: 0px auto;

    }

    {.embed-container

    height: auto;

    Width: 100%;

    padding-bottom: 100%;

    overflow: hidden;

    position: relative;

    }

    .embed-container iframe {}

    Width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    }

    Then for the next I have again the same code, just different settings on the padding-bottom: 30% the height above the aspect ratio (as a percentage).

    Now and then. Here's the tricky part! I need to get the two animations to run on the same page for the main content, just a lower page. As it is now on the page, there is a conflict, but I'm not terrible at Js!

    I'm not a more clever there, but am ok then I'd appreciate a pretty simple explanation!

    Thanks for the help!

    Hi, helloworm-

    Here is a simple example of multi-composition I set up to show you how it's done.  I tried to remove everything except what you will need and added a few positioning CSS inline for the two div that I placed on the page.

    https://creative.Adobe.com/share/e601cde9-e8b7-4179-ad91-bf9361bcdf6a

    Hope that helps!

    -Elaine

  • Add the same page to several PDF at a time?

    I have 50 booklets created, and now I have to add a page for booklets. Instead of open each pdf document individually, is there a way to add the same page of pdf at the end of each book at the same time? I'm going to do this as many times that the content of the booklets are constant, and the last page is sometimes added as a page "to measure". So, if this is possible, it would be same a me lot of time. Thank you very much.

    Possible with the Action Wizard and the Javascript.

  • is there a way to code with several people at once on the same page?

    In my class today, we were tasked to build a web page and it works a lot better if we could all work together both on the same pages.

    Your best option is to use a svn like github to create a repository and have contributors to fork your repository (and the code on the same page at the same time). While contributors send shooting you pray that you can use to merge code contributed in your master repo.

  • I'm trying to download the updates to my computer, but can't. I get the error code 646 and the download fails. I tried to download the update several times, but get the same answer. What is the problem?

    Ideas: I'm trying to download the updates to my computer, but can't. I get the error code 646 and the download fails. I tried to download the update several times, but get the same answer. What is the problem?

    • Pragrams you have problems with
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Hello

    Try this 1st to see if it helps, and it should:

    Description of the Patch registration cleanup tool
    http://support.Microsoft.com/kb/976220/

    ------------------------------------------------------

    If necessary :

    Try this - Panel - Windows Updates - on every update that will not be installed - click on the important updates
    or the update itself - double click a view more information (or click top then discovers on the right)

    Those who will take you to a page where you can download the update.

    Or go here and the KBxxxxxx number to download it.

    Download Center - mount the KBxxxxxx.

    Microsoft Download Center
    http://www.Microsoft.com/downloads/en/default.aspx

    Download - SAVE - go to where you put them - click on - RUN AS ADMIN

    Then you can right click on the update in the updates Windows and HIDE.

    If you get an error Installer install this version:

    Windows install 4.5 Redistributable
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5A58B56F-60B6-4412-95B9-54D056D6F9F4&displaylang=en

    ----------------------------------------------------

    Then run this:

    How to reset the Windows Update components? -a Mr Fixit
    http://support.Microsoft.com/kb/971058

    Description of the system for Windows Vista, Windows Server 2008, update tool and
    for Windows 7
    http://support.Microsoft.com/kb/947821

    ------------------------------------------------------------
    Because these are all Office updates you might get more information if necessary in the Agency of those groups that
    may have experienced the same problem.

    Office newsgroups
    http://www.Microsoft.com/Office/Community/en-us/FlyoutOverview.mspx

    Microsoft.public.office.misc discussions
    http://www.Microsoft.com/communities/newsgroups/list/en-us/default.aspx?DG=Microsoft.public.Office.misc&cat=en_us_01cb749f-c998-4762-8099-df71793c11c7&lang=en&CR=us

    ------------------------------------------------------------

    If necessary you can incident free get reports however the above should take care of it for you.

    Windows updates - free Incident report

    Go here and click on-> Windows Update fails while searching, downloading or installation of updates
    http://support.Microsoft.com/GP/wusupport#tab3

    The security updates, you can get free support Incident report
    http://www.Microsoft.com/protect/resources/support.aspx

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Images with text on the same page in epub seem to be changing color to the export profile

    I create a fixed provision epub heavy photo and I noticed that after exporting, pictures with text on the same page are exported with a totally different and much more saturated look to them.  As if they were exported under a different color profile.

    All pages that include no text but just includes a graphic/photo, the image appears normal in the preview.  I tried several things like manually set two different images to specific color profiles.  I changed the conversion to ensure that everything is export in jpg format.  Cannot quite understand how to solve this problem.

    Has anyone experience this problem?

    He solved.  The problem was caused by blocks of text that had their transparency set to 0%.  Removing those, the problem has been resolved.

  • How to create fields in double on the same page?

    Hello

    I use Adobe Acrobat Pro and I just downloaded DC, in the hope that it works better.  I am creating a field duplicate on the same page.  When the drop-down list option is selected in one place, I would for the same answer to appear in another location, on the same page. I tried to copy/paste and "Create several Copies", but whenever a copy is created, Adobe assigns a unique number to distinguish it from the original.  From what I read in the help forums, the name of the fields must match. I tried to rename the fields, but adobe won't let not two fields have the same name.  The section forums and help also claim that when the copy of a field, it automatically gets the same name as the original, which does not happen in my case.

    What I am doing wrong?

    Thank you!

    The 'number 1' you see is just a way to indicate that it is a copy. They have fields

    in fact having the same name and their values must be the same (if it's a)

    drop-down menu, if you will not have to leave the field of the updated value,

    or check the option to validate the selected value immediately, under

    Properties - Options).

    Wednesday, November 11, 2015 to 18:14, pg74002189 [email protected]>

Maybe you are looking for

  • Virus in the diagnostic tools on Office file

    Recently, I noticed that my pc guards came and said I had a virus, I did a full scan and it said: I had some viruses, two were in the files and I deleted them, they were related to my norton files because my norton was obsolete, since I installed nor

  • Satellite A300 - How can I find the passkey using BT connection?

    I am trying to find the password to connect to my cell phone.The competitor asks me a password and my mobile phone to ask a password... How can I find it? I have looked at the manual of the computer and phone and can't find anywhere?Can anyone help?

  • HP Pavilion 500-326na: Fix fan GPU Desktop?

    After doing some research and trying to find what was wrong with my desktop computer and why he was doing this noise, I used AMD Catayst Control Center and a program called SpeedFan and when I lowered the speed of the GPU fan is quiet and stopped mak

  • generation of waves of sinc using 5441

    How can I generate a wave of sinc in frequency by using PXI-5441 domain? and for upconversion I use 5610.

  • My computer is stuck on the preparation set up windows do not turn off the computer__

    I bought a new Toshiba Harvey Normans form - everything was going well until I turned the thing on and comes from this sign prepare to set up windows do not turn off the computer - 30 hours so far... everybody is why if there is a problem is - it may