Skip to content

Space between words causes strange behaviour when rotating to the next word in orde #36

@rolero

Description

@rolero

When is jumps from "Webshop Owner!" to Designer! It first puts a line break between Webshop and Owner and then start the rotation. This causes a strange visual effect within Chrome.

Hello, Entrepreneur!, Webshop owner!, Designer!, Consultant!

<script type="text/javascript"> $(".rotate").textrotator({ animation: "flip", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin. separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field. speed: 2000 // How many milliseconds until the next word show. }); </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions