The Kellum Method ~ a faster "text-indent: -9999px;"

Homepage Community Forums Epik Theme Support The Kellum Method ~ a faster "text-indent: -9999px;"

  • This topic has 1 reply, 2 voices, and was last updated 11 years ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3671
    Terence
    Customer

      Hey Wes,

      Have you seen this?  Its named after Scott Kellum and its claimed that if you use it instead of “text-indent: -9999px;” really long strings of text will never flow into the container because they always flow away from the container and performance is dramatically improved because a 9999px box is not drawn. Noticeably so in animations on the iPad.

      .hide-text {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      }

      What do you think?

      Terence.

      #3674
      Wes
      Moderator

        No I haven’t seen this before, but I’ll definitely take a look at it.

        Thanks

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.