Manually copying interactions

Hi,

First up I don’t have a problem with interactions, I made an isolated dialog element with other elements and animated it the way I want. I published and checked this test page on the system at work its going to be used in. The problem is applying it to an existing application.

The application is one I inherited, its a very old perl based inhouse web application, the html, css, js code are formed from many print statements scattered amongst perl code, it is a nightmare to maintain and modify

I manually copied the interaction information from the working test page to the application, I found and copied the following:

  1. A small js script in head that I copied and moved to where all the other js code is at the end of the end of body
  2. Added the pgia.js script
  3. Copied the actual interaction information located in the element that triggers it

The existing JS code still works. The animation information has elements as targets, there is only one dialog element and only one h3 element so the interactions should be working.

What am I missing or got wrong? Is there something simple I can do to test or debug the problem?

Hey, do you see all the settings in the interactions panel on the new site? Go to the Timeline. Are there orange highlighted labels? They tell you that Pinegrow couldn’t find an object on the new page…