Code Monkey home page Code Monkey logo

Comments (4)

tatygrassini avatar tatygrassini commented on June 1, 2024

How about...

<nav>
  <a href="#">Link One</a>
  <a href="#">Link Two</a>
</nav>

...into...

<nav>
  <a href="#">
    <span class="char1">L</span>
    <span class="char2">i</span>
    <span class="char3">n</span>
    <span class="char4">k</span>
    <span class="char5"> </span>
    <span class="char6">O</span>
    <span class="char7">n</span>
    <span class="char8">e</span>
  </a>
  <a href="#">
    <span class="char9">L</span>
    <span class="char10">i</span>
    <span class="char11">n</span>
    <span class="char12">k</span>
    <span class="char13"> </span>
    <span class="char14">T</span>
    <span class="char15">w</span>
    <span class="char16">o</span>
  </a>
</nav>

Keeping the links inside??

from lettering.js.

davatron5000 avatar davatron5000 commented on June 1, 2024

@icalvo Great idea but I think its out of scope for what Lettering needs to do. Feel free to fork this and create SUPERLETTERING.js 😄

@tatygrassini That's already possible if you target $('nav a').lettering(); - it would keep the link and just wrap the text items.

from lettering.js.

tatygrassini avatar tatygrassini commented on June 1, 2024

@davatron5000 Hey Dave, you're absolutely right, however I did not explain myself really well, updated the code for my question. Trying to build a circular nav, keeping the links, giving each char a different number, NOT starting on char1 for every link/word. And yes, I played with https://github.com/peterhry/circletype already, no luck with that.

from lettering.js.

davatron5000 avatar davatron5000 commented on June 1, 2024

Hmm... yeah. Not sure that's really possible.

What I would do in your situation is:

  • Break it up with $('nav a').lettering();
  • Style with span:nth-of-type() (rather than char1 or whatever)

from lettering.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.