Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Stuck with Typed.js

$
0
0

Hi again everyone,

I'm trying to implement js plugins to Edge Animate in my free time. Mostly i can't do that, and i always need your help. Now i'm stucked with Typed.js

It seems very easy to use, but i don't know what i am doing wrong. Here is my creationComplete:

http://i.imgur.com/gFoCLBB.png

Also i've set div class as "element". Also i don't know how to implement this CSS code for blinking cursor in EA:

#typed-cursor{  opacity: 1;  font-weight: 100;  // add prefixes  animation: blink 0.7s infinite;
}
@-keyframes blink{  0% { opacity:1; }  50% { opacity:0; }  100% { opacity:1; }
}

Viewing all articles
Browse latest Browse all 9897

Trending Articles