Arctext.js - написание текста по дуге

07.01.2013
Если нужно изогнуть текст по дуге, то этот плагин для Вас.
Поддерживается динамическое изменение параметров.

Настройки:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.

Скачать

Источник

Demo


Категории: JQuery
Яндекс.Метрика