Typing reVisit and failing

I realise we have been here before but the attached file has files that reproduces the typing effect using javascript in another project (still working). In this instance it refuses to work however. Everything, as far as I can see, is exactly as the working example.

baffled!!

TypingFail.zip (47.9 KB)

Looks like there is something wrong with the typed.js
I would go and find an orginal and try again.

Tried that Mark but still no joy!

Just use either both ressource from the resource library or from a CDN. Doing this works:

<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.9"></script>

as they depend on each other.

1 Like