项目作者: Velenir

项目描述 :
Simple random quote machine made as part of FreeCodeCamp course.
高级语言: CSS
项目地址: git://github.com/Velenir/random-quote-machine.git
创建时间: 2016-07-01T13:51:05Z
项目社区:https://github.com/Velenir/random-quote-machine

开源协议:MIT License

下载


Random Quote Generator

A simple random quote generator made as part of FreeCodeCamp course.

Live version here.

To help mimic handwritten input of the quote the font used is a special ‘single stroke’ font CamBam-5 with stroke-dashoffset animation applied sequentially to each letter. To cut down on simultaneous animation on screen (which caused significant lags in Chrome when implemented via animation-delay in CSS) the blockquote panel differentiates between text#dynamic-output filled with letters in the process of being animated and text#static-output with letters that have finished their animations.