logo
  • Home
  • About
  • Services
  • Portfolio
  • Contact Us
  • Submit Guest post
Type Your Text Automatically Using Pure CSS

Type Your Text Automatically Using Pure CSS

August 23, 2016 No comments Article SEO Website Designing

Type Your Text Automatically Using Pure CSS: Hi Friends, Today i will tell you how to create a animation of automatic typing without using any jquery or javascript. It looks very pretty when anyone see text is automatically typing in the website or somewhere else. You have seen in many websites text types without any human being, now you can do it using css and html code in your website.

Type Your Text Automatically Using Pure CSS Live Demo:

See the live demo and download the code from below:

SEO Website Designing Live Demo      SEO Website Designing Download

How to Type Your Text Automatically Using Pure CSS (No JQuery or JavaScript):

For creating animation of text types automatically, you have to use some html and css code. These code are

HTML Code:

I have created one paragraph in which .text class is there and inside the paragraph, your content is there.

<p class="text">Type Your Text Automatically Using Pure CSS</p>

<p class="text">Type Your Text Automatically Using Pure CSS</p>




CSS Code:

I have given some styling to my text, you can give according to your requirement.

You have to change some code according to your content. These changes are

  1. Count number of characters in your text without spaces.
  2. Put here in the below code width: (Your character Count)ch and -webkit-animation: type 4s steps(Your character Count, end).
  3. After that try the code in your browser to see the animation.
.text { 
	font: bold 200% Calibri;
	border-right: .1em solid black;
	width: 37ch;
	Color: #008000;
	white-space: nowrap;
	overflow: hidden;
	margin: 30px auto;
	-webkit-animation: type 4s steps(37, end),
	blink-caret .4s step-end infinite alternate;
}
@-webkit-keyframes type { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

.text { font: bold 200% Calibri; border-right: .1em solid black; width: 37ch; Color: #008000; white-space: nowrap; overflow: hidden; margin: 30px auto; -webkit-animation: type 4s steps(37, end), blink-caret .4s step-end infinite alternate; } @-webkit-keyframes type { from { width: 0; } } @-webkit-keyframes blink-caret { 50% { border-color: transparent; } }



For any problem you can see the live demo and download the code from below.

SEO Website Designing Live Demo      SEO Website Designing Download

Now you know how to make Type Your Text Automatically Using Pure CSS (No JQuery or JavaScript).

Read About Other Interesting Things below.

  1. HOW TO WRITE CSS CODE FOR SAFARI BROWSER ONLY (NOT CHROME)
  2. ADD GOOGLE CUSTOM SEARCH ENGINE ON YOUR WEBSITE
  3. DISABLE ADDING NOODP META ROBOTS TAG IN YOAST PLUGIN
  4. Basics of Social Media Optimization Services
  5. On Page Search Optimization Services
  6. How to Create a Website from scratch for beginners
  7. How To Write a Blog for Website and Content Marketing
  8. Website Promotion – Need For All Websites
  9. Important Things to Think Before Graphic Designs
  10. Remember Things Before Email Marketing

I hope you will like Type Your Text Automatically Using Pure CSS. If You found it useful please subscribe my blog.

Share this:

  • Tweet
  • Telegram
  • WhatsApp
  • Share on Tumblr
  • Pocket
  • Email

Related

Categories: Website Design

Tags: Auto type text css, Auto type text without javascript, CSS, CSS3, Search Results Typing animation using CSS, Simpler CSS typing animation, Type Your Text Automatically Using Pure CSS

Leave a Reply Cancel reply

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,505 other subscribers

Categories

  • Angular (1)
  • Content Marketing (2)
  • Email Marketing (3)
  • Graphics Design (3)
  • Keyword Strategy (1)
  • Other (3)
  • Search Engine Optimization (10)
  • Social Media Optimization (4)
  • Website Design (67)
  • WordPress (18)
  • Subscribe to Blog via Email

    Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,505 other subscribers

  • Tag Cloud

    Add Social Share button in WordPress without Plugins Bootstrap center div on screen with flexbox center div vertically and horizontally in body center div vertically and horizontally responsive Center Elements Vertically And Horizontally Using Flex Centering in CSS Create Your Own Fast Social Sharing Buttons For WordPress Creating Scroll-based Animations using jQuery and CSS3 CSS CSS3 CSS3 Variables CSS custom properties CSS Variables custom share buttons wordpress Disable Mouse Right Click Using Jquery disable right click with jquery Disabling right mouse click menu facebook Get to Know the CSS Object Fit and Position Properties How Can You Use CSS Variables HOW TO CODE A RESPONSIVE EMAILER OR NEWSLETTER How to Create Social Sharing Button without any Plugin HOW TO DESIGN A RESPONSIVE EMAILER OR NEWSLETTER how to disable right click menu in html page How to prevent Right Click option using jquery How to Restore WordPress Website from Backup Manually How to use CSS Variables HTML HTML5 javascript jquery jQuery make div slide in when scrolling down page Know About CSS Object Fit and Position Properties Meta Tags Mysql object-fit object-fit/object-position object-position Responsive Website Sliding Div When Scroll Down Page Using Jquery Vertical Centering - Solved by Flexbox Webpage Scrolling Animation Effects with CSS3 & jQuery What You Need To Know About CSS Variables wordpress
  • Copyright SEO Website Designing 2015

    loading Cancel
    Post was not sent - check your email addresses!
    Email check failed, please try again
    Sorry, your blog cannot share posts by email.