Skip to content

Commit 54edacf

Browse files
author
yangxi
committed
添加了一个用SVG展现word的模板
前端特效
1 parent 408687e commit 54edacf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3859
-0
lines changed

AnimatedLetters/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.DS_Store

AnimatedLetters/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnimatedLetters/.idea/AnimatedLetters.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnimatedLetters/.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnimatedLetters/.idea/misc.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnimatedLetters/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnimatedLetters/.idea/workspace.xml

Lines changed: 204 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnimatedLetters/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Animated Letters
2+
3+
A plugin that animates an artistic font using Segment, the SVG strokes animation library. By Luis Manuel.
4+
5+
[Article on Codrops](http://tympanus.net/codrops/?p=26057)
6+
7+
[Demo](http://tympanus.net/Development/AnimatedLetters/)
8+
9+
## License
10+
11+
Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".
12+
13+
Read more here: [License](http://tympanus.net/codrops/licensing/)
14+
15+
## Credits
16+
17+
- [segment](https://github.com/lmgonzalves/segment)
18+
- [d3-ease](https://github.com/d3/d3-ease)
19+
- Font design by [FRANK V.D HAK - KNARF ART](https://www.behance.net/knarfart)
20+
- [mo.js](http://mojs.io/) by [Oleg Solomka](https://twitter.com/legomushroom)
21+
22+
## Misc
23+
24+
Follow lmgonzalves: [Twitter](https://twitter.com/lmgonzalves), [GitHub](https://github.com/lmgonzalves)
25+
26+
Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/pages/Codrops/159107397912), [Google+](https://plus.google.com/101095823814290637419), [GitHub](https://github.com/codrops), [Pinterest](http://www.pinterest.com/codrops/)
27+
28+
[© Codrops 2016](http://www.codrops.com)
29+
30+
31+
32+
33+

0 commit comments

Comments
 (0)