Coder Social home page Coder Social logo

codekraft-studio / angular-typed Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 7.0 252 KB

the angularjs typing tool module, that helps you with typing animation

Home Page: https://codekraft-studio.github.io/angular-typed/

JavaScript 79.94% HTML 17.67% CSS 2.39%
angularjs typing-animation angular-plugin front-end

angular-typed's People

Contributors

aeyoll avatar sarfarazansari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

angular-typed's Issues

After type-strings array is finished hide the cursor

Hello,

I have the following snippet:

<span start-timeout="10" type-speed="50" back-speed="40" html-mode="" typed=""
type-strings="[
            'a^2000',
            'b^2000',
            'c^2000' "]>
</span>

However once it is over - how do i hide the cursor, or at least have it flashing? it's currently just showing as a solid | which looks very much like the letter l

Also what exactly does the html-mode: Enable the html parse mode mean?

Thanks

Uncaught Error: [$injector:modulerr] Failed to instantiate module app

Hi,
I am getting this error

Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module {} due to:
Error: [ng:areq] Argument 'module' is not a function, got Object

and I am injecting angular-typed in my app module like this

import angular from "angular";
import uiRouter from "@uirouter/angularjs";
let angularTyped = require("angular-typed/dist/angular-typed.min");
let router = require("./router");
import "../scss/styles.scss";

angular.module("app", [angularTyped,"ngAnimate",uiRouter]).config(router);

Typescript compatability

Hi There, this module looks great but my app is using Typescript and so is not compatible. Is there a possible fix for this?

Thanks

Not working with 1.6.8

I am trying to use the angular-typed module in my project. The working demo is running on angular version 1.5.8 but in my project, I am using 1.6.8. This is not working with 1.6.8.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.