From our sponsor: Supercharge your marketing across design, automations, analytics, and more, using our marketing smarts.
While CSS3 allows us to rotate letters, it is quite complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that let’s you do exactly that. Based on Lettering.js, it calculates the right rotation of each letter and distributes the letters equally across the imaginary arc of the given radius.
How it works
The main idea behind the Arctext plugin is to rotate letters with CSS3 transforms in order to place them along a curved path. The curve is always a segment of a circle (hence arc) for which the radius can be specified. The space and rotation for each letter will be calculated using that radius and the width of the text.
Options
The following options are available:
radius : 0, // the minimum value allowed is // half of the word length. // if set to -1, the word will be straight. dir : 1, // 1: curve is down, // -1: curve is up rotate : true, // if true each letter should be rotated. fitText : false // if you want to try out the // fitText plugin (http://fittextjs.com/) // set this to true. // Don't forget, the wrapper should be fluid.
Hi Pedro
Great tutorial, I recently experimented with slanted text using css3, but this plugin opens up a range of possibility’s. It would be great to use something like this when creating logo’s to include company names and slogans as real text. It is a shame there is no workaround for internet explorer but this is still something I will look to use in the future.
Cathy
Really grate tutorial, and also awesome new look codrops.
I went looking for the Github link and finally realized there wasn’t one. Felt weird, like I was living in the past (4 or 5 years ago) 🙂
Pedro, really nice work! It looks great.
I’ve been trying to modify it so it can support rendering on the Y axis instead of the X axis. Sadly I’m not that great at math and haven’t been able to get it working right. Any chance you could help out? What part of the math needs to change to support rendering on the Y axis (basically rotate everything 90 degrees or -90 degrees)?
Is it possible to use curved text for a link/a href?
Great stuff! A Github project for this would be nice is possible
Kind regards,
Milk
This looks fantastic. Can someone give instructions on how to implement this? I don’t have any knowledge of js.
Just figured it out 🙂 many thanks.
If I dynamically update the content, the plugin does not work. (Code below)
Anyone knows how to fix this?
$example1.html(“Something else”);
$example1.arctext({radius: 500, rotate: true});
Eventually I remove the element from the dom and insert a new one before calling arctext again. It works… in a very ugly way.
Still looking for an elegant solution. Thanks.
I just wonder how can use the same concept to put instead of text, a series of images and then transform over the curve, any idea?
how can i use it for arabic text ?
really nice!
can anyone tell me where is the file Lettering.js in the source code??i cant find it and the text is not being rotated.
Really great tut thanks
I was looking for something like this about 4 months ago!!
Great plugin, befor i’ll try to use it, i’d like to know about the accessibility of SEO (every letter in a span) ?