Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6770861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:21:50+00:00 2026-05-26T15:21:50+00:00

Please refer this fiddle , I have tried to create an animation where a

  • 0

Please refer this fiddle,

I have tried to create an animation where a div flies in, then text appears one character at a time.

I want more of a smooth writing effect – what I have created resembles more of a typing effect.

Is there any jquery plugin that does this?
Or can I enhance my code to achieve it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:21:51+00:00Added an answer on May 26, 2026 at 3:21 pm

    It would be tricky, but you could probably do this using svg animations using the raphael javascript library. Below some code that’s slightly adapted from the raphael animation demo as a proof of concept. Obviously you would have to have several gradual path animations to get the effect that you actually want.

    <html>
        <head>
            <meta charset="utf-8">
            <title>Raphaël · Animation</title>
            <link rel="stylesheet" href="http://raphaeljs.com/demo.css"media="screen">
            <link rel="stylesheet" href="http://raphaeljs.com/demo-print.css"media="print">
            <style media="screen">
                #holder {
                    height: 419px;
                    margin: -205px 0 0 -305px;
                    width: 619px;
                }
            </style>
            <script src="http://raphaeljs.com/raphael.js"></script>
    
            <script>
                Raphael.fn.arrow = function (x, y) {
                    return this.path(["M", x, y] + "m-10-10l20,0 0-6 10,16 -10,16 0-6 -20,0 0,6 -10-16 10-16z").attr({fill: "#fff", stroke: "none", "stroke-dasharray": "-", "fill-opacity": 0.2});
                };
                window.onload = function () {
                    // var r = Raphael("holder", 619, 419),
                    var r = Raphael("holder", 619, 419), //Raphael(0, 0, "100%", "100%"),
                        dashed = {fill: "none", stroke: "#666", "stroke-dasharray": "- "};
                    // Path 3
                    (function () {
                        var el = r.path("M20,290c0-20 40,20 40,0").attr({fill: "none", stroke: "#fff", "stroke-width": 2}),
                            elattrs = [{path: "M20,290c0-20 40,20 40,0c0-20 -40,20 -40,0z"}, {path: "M20,290c0-20 40,20 40,0c"}],
                            now = 1;
                        r.arrow(90, 290).node.onclick = function () {
                            el.stop().animate(elattrs[+(now = !now)], 1000);
                        };
                    })();
                };
            </script>
        </head>
        <body>
            <div id="holder"></div>
        </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please refer to this fiddle . While scrolling down, the table cells appear in
Please refer to this post. I have become able to configure my web.config file
Please refer to this background question. After constructing this COUNT, how would I then
action method is not called Please refer to this question - , One of
Please refer to this page for reference: http://loadedgranola.valitics.com/_product_83484/blackberry_lime I have a jQuery script that
I have a string like this: Please refer to document ABC.123.1234.1234 and document CBA.321.4321
Please refer this fiddle http://jsfiddle.net/qJBhD/4/ Here while clicking the question1, the answer1 is displayed.
Refer to this fiddle Please. What I am trying to do is on hovering
(Please refer to SQLFiddle for a working example of this post) I have a
Please refer to this API. The link is: http://download.carrot2.org/stable/javadoc/org/carrot2/text/preprocessing/pipeline/CompletePreprocessingPipeline.html Class CompletePreprocessingPipeline Field Summary DocumentAssigner

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.