Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

this code does not work what is the problem please review

[enter image description here][1]“`
/*==================== typed animation=============== */

var typed = new typed(".typing",{
strings:["","Web Designer","Web Developer","Graphics Designer","Trader"],
typeSpeed :100,
BackSpeed:60,
loop:true

})

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel


in above code what was wrong please fix it
this code getting type error


  [1]: https://i.stack.imgur.com/fAIwH.png

>Solution :

First you have to show what error you are getting.

BackSpeed => backSpeed

var typed = new Typed('#typed', {
    strings: ['string', 'string', 'string'],
    typeSpeed: 100,
    backSpeed: 100,
    fadeOut: false,
    smartBackspace: true,
    cursorChar: '_',
    loop: true
});

like this.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading