• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How do I add many JavaScript files to the Adobe Muse page?

Community Beginner ,
Mar 25, 2018 Mar 25, 2018

Copy link to clipboard

Copied

Hello! I have code for text animation. But the problem is that you need to enter text in Javascript.

I need text with different content in different positions of the site so that it has such an animation. To do this, I need to add to the page a dozen JS files with different text content. Can this be done?

Here is the animation https://codepen.io/Melongeno/pen/PwOBpM

Screenshot+at+марта+25+01-34-37.png

Views

561

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 25, 2018 Mar 25, 2018

Copy link to clipboard

Copied

So you already figure things out except for that marked code, correct? If yes download this and use the HTML Inserter widget then put the code in the 3rd textbox.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 25, 2018 Mar 25, 2018

Copy link to clipboard

Copied

LATEST

Hi

You can use separate 'Insert HTML' box (from object > Insert HTML)

Use one box for the DIV and CSS

then go to the bottom of the page (possibly in the footer) and add another html box and inside of <script> [JavaScript Goes here] </script> tag you can add your JS and it should work fine.

Thanks

Toufic Nabi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines