GithubHelp home page GithubHelp logo

Typewriter effect in reverse about scenejs HOT 1 OPEN

daybrush avatar daybrush commented on May 17, 2024
Typewriter effect in reverse

from scenejs.

Comments (1)

daybrush avatar daybrush commented on May 17, 2024

@usmanpakistan

Try using direction: "reverse".

or try something like this

typingItem.setDirection("reverse");

const sceneItem = new SceneItem();
sceneItem.set(typingItem);

If not, how can I know which sceneItem or scene the typing code is applied to?

It provides something called @scenejs/effect, but it is typed by character.

import { typing } from "@scenejs/effects";

typing({
    text: "Make a typing effect with Scene.js.",
    duration: 7,
    delay: 1,
    direction: "reverse",
  })

https://codepen.io/daybrush/pen/ydOVPW

from scenejs.

Related Issues (20)

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.