Text with the bouncy effects is seen on a modern website. The CSS has changed the way we see the text, with the effects, added we feel the text than just reading it. This is one of the happy bouncy effects where each letter is separated with a tag in HTML script. The CSS makes it look bold and colorful along with the bouncy effect added to it. Each element here is a bounce for 2.2sec, the delay in the bouncy effect makes each letter bounce after the scheduled time. The @keyframes settings set the actual bouncy effect with the percentage translated to the pixels. The media screen is set to display the size of font accordingly. These effects are catchy and attention seeker can be easily used in the web applications. For different browsers, the distribution of the pixels may differ and you need to test these effect on different types of browsers.

Text style 2

4.3.1
When we usually talk of communication in the web application, its usually the simple textually way along with an additional picture with it. This concept is still being followed, but with the CSS Textual Effects, there is a change in reading and viewing the text. The CSS effects make a text look attractive and help to give style to the text. This is one of the cool and stunning effects which can be added to companies name or to the text which needs attention. Each element in the HTML is separated with the this element is then styled with the font-size and text-shadow along with the animation of ease-in-out infinite alternative. The animation is also delayed by a few seconds for each letter giving a wavy effect. @keyframes sets the rule to text-shadows of each element. The snippet has media rules to set the font size according to the display screen.

Text style 1

4.3.1