Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 17.99 KB | None | 0 0
  1. .anim-text-flow span,
  2. .anim-text-flow-hover:hover span {
  3.   -webkit-animation-name: anim-text-flow-keys;
  4.           animation-name: anim-text-flow-keys;
  5.   -webkit-animation-duration: 50s;
  6.           animation-duration: 50s;
  7.   -webkit-animation-iteration-count: infinite;
  8.           animation-iteration-count: infinite;
  9.   -webkit-animation-direction: alternate;
  10.           animation-direction: alternate;
  11.   -webkit-animation-fill-mode: forwards;
  12.           animation-fill-mode: forwards;
  13. }
  14. @-webkit-keyframes anim-text-flow-keys {
  15.   0% {
  16.     color: #4149aa;
  17.   }
  18.   5% {
  19.     color: #ae1dde;
  20.   }
  21.   10% {
  22.     color: #e207f7;
  23.   }
  24.   15% {
  25.     color: #ed49b6;
  26.   }
  27.   20% {
  28.     color: #e89769;
  29.   }
  30.   25% {
  31.     color: #e3d52a;
  32.   }
  33.   30% {
  34.     color: #e0fe02;
  35.   }
  36.   35% {
  37.     color: #d000ff;
  38.   }
  39.   40% {
  40.     color: #3fd132;
  41.   }
  42.   45% {
  43.     color: #1d2bc4;
  44.   }
  45.   50% {
  46.     color: #1de5e2;
  47.   }
  48.   55% {
  49.     color: #1d2bc4;
  50.   }
  51.   60% {
  52.     color: #3fd132;
  53.   }
  54.   65% {
  55.     color: #d000ff;
  56.   }
  57.   70% {
  58.     color: #e0fe02;
  59.   }
  60.   75% {
  61.     color: #e3d52a;
  62.   }
  63.   80% {
  64.     color: #e89769;
  65.   }
  66.   85% {
  67.     color: #ed49b6;
  68.   }
  69.   90% {
  70.     color: #e207f7;
  71.   }
  72.   95% {
  73.     color: #ae1dde;
  74.   }
  75.   100% {
  76.     color: #4149aa;
  77.   }
  78. }
  79. @keyframes anim-text-flow-keys {
  80.   0% {
  81.     color: #4149aa;
  82.   }
  83.   5% {
  84.     color: #ae1dde;
  85.   }
  86.   10% {
  87.     color: #e207f7;
  88.   }
  89.   15% {
  90.     color: #ed49b6;
  91.   }
  92.   20% {
  93.     color: #e89769;
  94.   }
  95.   25% {
  96.     color: #e3d52a;
  97.   }
  98.   30% {
  99.     color: #e0fe02;
  100.   }
  101.   35% {
  102.     color: #d000ff;
  103.   }
  104.   40% {
  105.     color: #3fd132;
  106.   }
  107.   45% {
  108.     color: #1d2bc4;
  109.   }
  110.   50% {
  111.     color: #1de5e2;
  112.   }
  113.   55% {
  114.     color: #1d2bc4;
  115.   }
  116.   60% {
  117.     color: #3fd132;
  118.   }
  119.   65% {
  120.     color: #d000ff;
  121.   }
  122.   70% {
  123.     color: #e0fe02;
  124.   }
  125.   75% {
  126.     color: #e3d52a;
  127.   }
  128.   80% {
  129.     color: #e89769;
  130.   }
  131.   85% {
  132.     color: #ed49b6;
  133.   }
  134.   90% {
  135.     color: #e207f7;
  136.   }
  137.   95% {
  138.     color: #ae1dde;
  139.   }
  140.   100% {
  141.     color: #4149aa;
  142.   }
  143. }
  144. .anim-text-flow span:nth-of-type(1),
  145. .anim-text-flow-hover:hover span:nth-of-type(1) {
  146.   -webkit-animation-delay: -2.8s;
  147.           animation-delay: -2.8s;
  148. }
  149. .anim-text-flow span:nth-of-type(2),
  150. .anim-text-flow-hover:hover span:nth-of-type(2) {
  151.   -webkit-animation-delay: -2.6s;
  152.           animation-delay: -2.6s;
  153. }
  154. .anim-text-flow span:nth-of-type(3),
  155. .anim-text-flow-hover:hover span:nth-of-type(3) {
  156.   -webkit-animation-delay: -2.4s;
  157.           animation-delay: -2.4s;
  158. }
  159. .anim-text-flow span:nth-of-type(4),
  160. .anim-text-flow-hover:hover span:nth-of-type(4) {
  161.   -webkit-animation-delay: -2.2s;
  162.           animation-delay: -2.2s;
  163. }
  164. .anim-text-flow span:nth-of-type(5),
  165. .anim-text-flow-hover:hover span:nth-of-type(5) {
  166.   -webkit-animation-delay: -2s;
  167.           animation-delay: -2s;
  168. }
  169. .anim-text-flow span:nth-of-type(6),
  170. .anim-text-flow-hover:hover span:nth-of-type(6) {
  171.   -webkit-animation-delay: -1.8s;
  172.           animation-delay: -1.8s;
  173. }
  174. .anim-text-flow span:nth-of-type(7),
  175. .anim-text-flow-hover:hover span:nth-of-type(7) {
  176.   -webkit-animation-delay: -1.6s;
  177.           animation-delay: -1.6s;
  178. }
  179. .anim-text-flow span:nth-of-type(8),
  180. .anim-text-flow-hover:hover span:nth-of-type(8) {
  181.   -webkit-animation-delay: -1.4s;
  182.           animation-delay: -1.4s;
  183. }
  184. .anim-text-flow span:nth-of-type(9),
  185. .anim-text-flow-hover:hover span:nth-of-type(9) {
  186.   -webkit-animation-delay: -1.2s;
  187.           animation-delay: -1.2s;
  188. }
  189. .anim-text-flow span:nth-of-type(10),
  190. .anim-text-flow-hover:hover span:nth-of-type(10) {
  191.   -webkit-animation-delay: -1s;
  192.           animation-delay: -1s;
  193. }
  194. .anim-text-flow span:nth-of-type(11),
  195. .anim-text-flow-hover:hover span:nth-of-type(11) {
  196.   -webkit-animation-delay: -0.8s;
  197.           animation-delay: -0.8s;
  198. }
  199. .anim-text-flow span:nth-of-type(12),
  200. .anim-text-flow-hover:hover span:nth-of-type(12) {
  201.   -webkit-animation-delay: -0.6s;
  202.           animation-delay: -0.6s;
  203. }
  204. .anim-text-flow span:nth-of-type(13),
  205. .anim-text-flow-hover:hover span:nth-of-type(13) {
  206.   -webkit-animation-delay: -0.4s;
  207.           animation-delay: -0.4s;
  208. }
  209. .anim-text-flow span:nth-of-type(14),
  210. .anim-text-flow-hover:hover span:nth-of-type(14) {
  211.   -webkit-animation-delay: -17.2s;
  212.           animation-delay: -17.2s;
  213. }
  214. .anim-text-flow span:nth-of-type(15),
  215. .anim-text-flow-hover:hover span:nth-of-type(15) {
  216.   -webkit-animation-delay: -17s;
  217.           animation-delay: -17s;
  218. }
  219. .anim-text-flow span:nth-of-type(16),
  220. .anim-text-flow-hover:hover span:nth-of-type(16) {
  221.   -webkit-animation-delay: -16.8s;
  222.           animation-delay: -16.8s;
  223. }
  224. .anim-text-flow span:nth-of-type(17),
  225. .anim-text-flow-hover:hover span:nth-of-type(17) {
  226.   -webkit-animation-delay: -16.6s;
  227.           animation-delay: -16.6s;
  228. }
  229. .anim-text-flow span:nth-of-type(18),
  230. .anim-text-flow-hover:hover span:nth-of-type(18) {
  231.   -webkit-animation-delay: -16.4s;
  232.           animation-delay: -16.4s;
  233. }
  234. .anim-text-flow span:nth-of-type(19),
  235. .anim-text-flow-hover:hover span:nth-of-type(19) {
  236.   -webkit-animation-delay: -16.2s;
  237.           animation-delay: -16.2s;
  238. }
  239. .anim-text-flow span:nth-of-type(20),
  240. .anim-text-flow-hover:hover span:nth-of-type(20) {
  241.   -webkit-animation-delay: -16s;
  242.           animation-delay: -16s;
  243. }
  244. .anim-text-flow span:nth-of-type(21),
  245. .anim-text-flow-hover:hover span:nth-of-type(21) {
  246.   -webkit-animation-delay: -15.8s;
  247.           animation-delay: -15.8s;
  248. }
  249. .anim-text-flow span:nth-of-type(22),
  250. .anim-text-flow-hover:hover span:nth-of-type(22) {
  251.   -webkit-animation-delay: -15.6s;
  252.           animation-delay: -15.6s;
  253. }
  254. .anim-text-flow span:nth-of-type(23),
  255. .anim-text-flow-hover:hover span:nth-of-type(23) {
  256.   -webkit-animation-delay: -15.4s;
  257.           animation-delay: -15.4s;
  258. }
  259. .anim-text-flow span:nth-of-type(24),
  260. .anim-text-flow-hover:hover span:nth-of-type(24) {
  261.   -webkit-animation-delay: -15.2s;
  262.           animation-delay: -15.2s;
  263. }
  264. .anim-text-flow span:nth-of-type(25),
  265. .anim-text-flow-hover:hover span:nth-of-type(25) {
  266.   -webkit-animation-delay: -15s;
  267.           animation-delay: -15s;
  268. }
  269. .anim-text-flow span:nth-of-type(26),
  270. .anim-text-flow-hover:hover span:nth-of-type(26) {
  271.   -webkit-animation-delay: -14.8s;
  272.           animation-delay: -14.8s;
  273. }
  274. .anim-text-flow span:nth-of-type(27),
  275. .anim-text-flow-hover:hover span:nth-of-type(27) {
  276.   -webkit-animation-delay: -14.6s;
  277.           animation-delay: -14.6s;
  278. }
  279. .anim-text-flow span:nth-of-type(28),
  280. .anim-text-flow-hover:hover span:nth-of-type(28) {
  281.   -webkit-animation-delay: -14.4s;
  282.           animation-delay: -14.4s;
  283. }
  284. .anim-text-flow span:nth-of-type(29),
  285. .anim-text-flow-hover:hover span:nth-of-type(29) {
  286.   -webkit-animation-delay: -14.2s;
  287.           animation-delay: -14.2s;
  288. }
  289. .anim-text-flow span:nth-of-type(30),
  290. .anim-text-flow-hover:hover span:nth-of-type(30) {
  291.   -webkit-animation-delay: -14s;
  292.           animation-delay: -14s;
  293. }
  294. .anim-text-flow span:nth-of-type(31),
  295. .anim-text-flow-hover:hover span:nth-of-type(31) {
  296.   -webkit-animation-delay: -13.8s;
  297.           animation-delay: -13.8s;
  298. }
  299. .anim-text-flow span:nth-of-type(32),
  300. .anim-text-flow-hover:hover span:nth-of-type(32) {
  301.   -webkit-animation-delay: -13.6s;
  302.           animation-delay: -13.6s;
  303. }
  304. .anim-text-flow span:nth-of-type(33),
  305. .anim-text-flow-hover:hover span:nth-of-type(33) {
  306.   -webkit-animation-delay: -13.4s;
  307.           animation-delay: -13.4s;
  308. }
  309. .anim-text-flow span:nth-of-type(34),
  310. .anim-text-flow-hover:hover span:nth-of-type(34) {
  311.   -webkit-animation-delay: -13.2s;
  312.           animation-delay: -13.2s;
  313. }
  314. .anim-text-flow span:nth-of-type(35),
  315. .anim-text-flow-hover:hover span:nth-of-type(35) {
  316.   -webkit-animation-delay: -13s;
  317.           animation-delay: -13s;
  318. }
  319. .anim-text-flow span:nth-of-type(36),
  320. .anim-text-flow-hover:hover span:nth-of-type(36) {
  321.   -webkit-animation-delay: -12.8s;
  322.           animation-delay: -12.8s;
  323. }
  324. .anim-text-flow span:nth-of-type(37),
  325. .anim-text-flow-hover:hover span:nth-of-type(37) {
  326.   -webkit-animation-delay: -12.6s;
  327.           animation-delay: -12.6s;
  328. }
  329. .anim-text-flow span:nth-of-type(38),
  330. .anim-text-flow-hover:hover span:nth-of-type(38) {
  331.   -webkit-animation-delay: -12.4s;
  332.           animation-delay: -12.4s;
  333. }
  334. .anim-text-flow span:nth-of-type(39),
  335. .anim-text-flow-hover:hover span:nth-of-type(39) {
  336.   -webkit-animation-delay: -12.2s;
  337.           animation-delay: -12.2s;
  338. }
  339. .anim-text-flow span:nth-of-type(40),
  340. .anim-text-flow-hover:hover span:nth-of-type(40) {
  341.   -webkit-animation-delay: -12s;
  342.           animation-delay: -12s;
  343. }
  344. .anim-text-flow span:nth-of-type(41),
  345. .anim-text-flow-hover:hover span:nth-of-type(41) {
  346.   -webkit-animation-delay: -11.8s;
  347.           animation-delay: -11.8s;
  348. }
  349. .anim-text-flow span:nth-of-type(42),
  350. .anim-text-flow-hover:hover span:nth-of-type(42) {
  351.   -webkit-animation-delay: -11.6s;
  352.           animation-delay: -11.6s;
  353. }
  354. .anim-text-flow span:nth-of-type(43),
  355. .anim-text-flow-hover:hover span:nth-of-type(43) {
  356.   -webkit-animation-delay: -11.4s;
  357.           animation-delay: -11.4s;
  358. }
  359. .anim-text-flow span:nth-of-type(44),
  360. .anim-text-flow-hover:hover span:nth-of-type(44) {
  361.   -webkit-animation-delay: -11.2s;
  362.           animation-delay: -11.2s;
  363. }
  364. .anim-text-flow span:nth-of-type(45),
  365. .anim-text-flow-hover:hover span:nth-of-type(45) {
  366.   -webkit-animation-delay: -11s;
  367.           animation-delay: -11s;
  368. }
  369. .anim-text-flow span:nth-of-type(46),
  370. .anim-text-flow-hover:hover span:nth-of-type(46) {
  371.   -webkit-animation-delay: -10.8s;
  372.           animation-delay: -10.8s;
  373. }
  374. .anim-text-flow span:nth-of-type(47),
  375. .anim-text-flow-hover:hover span:nth-of-type(47) {
  376.   -webkit-animation-delay: -10.6s;
  377.           animation-delay: -10.6s;
  378. }
  379. .anim-text-flow span:nth-of-type(48),
  380. .anim-text-flow-hover:hover span:nth-of-type(48) {
  381.   -webkit-animation-delay: -10.4s;
  382.           animation-delay: -10.4s;
  383. }
  384. .anim-text-flow span:nth-of-type(49),
  385. .anim-text-flow-hover:hover span:nth-of-type(49) {
  386.   -webkit-animation-delay: -10.2s;
  387.           animation-delay: -10.2s;
  388. }
  389. .anim-text-flow span:nth-of-type(50),
  390. .anim-text-flow-hover:hover span:nth-of-type(50) {
  391.   -webkit-animation-delay: -10s;
  392.           animation-delay: -10s;
  393. }
  394. .anim-text-flow span:nth-of-type(51),
  395. .anim-text-flow-hover:hover span:nth-of-type(51) {
  396.   -webkit-animation-delay: -9.8s;
  397.           animation-delay: -9.8s;
  398. }
  399. .anim-text-flow span:nth-of-type(52),
  400. .anim-text-flow-hover:hover span:nth-of-type(52) {
  401.   -webkit-animation-delay: -9.6s;
  402.           animation-delay: -9.6s;
  403. }
  404. .anim-text-flow span:nth-of-type(53),
  405. .anim-text-flow-hover:hover span:nth-of-type(53) {
  406.   -webkit-animation-delay: -9.4s;
  407.           animation-delay: -9.4s;
  408. }
  409. .anim-text-flow span:nth-of-type(54),
  410. .anim-text-flow-hover:hover span:nth-of-type(54) {
  411.   -webkit-animation-delay: -9.2s;
  412.           animation-delay: -9.2s;
  413. }
  414. .anim-text-flow span:nth-of-type(55),
  415. .anim-text-flow-hover:hover span:nth-of-type(55) {
  416.   -webkit-animation-delay: -9s;
  417.           animation-delay: -9s;
  418. }
  419. .anim-text-flow span:nth-of-type(56),
  420. .anim-text-flow-hover:hover span:nth-of-type(56) {
  421.   -webkit-animation-delay: -8.8s;
  422.           animation-delay: -8.8s;
  423. }
  424. .anim-text-flow span:nth-of-type(57),
  425. .anim-text-flow-hover:hover span:nth-of-type(57) {
  426.   -webkit-animation-delay: -8.6s;
  427.           animation-delay: -8.6s;
  428. }
  429. .anim-text-flow span:nth-of-type(58),
  430. .anim-text-flow-hover:hover span:nth-of-type(58) {
  431.   -webkit-animation-delay: -8.4s;
  432.           animation-delay: -8.4s;
  433. }
  434. .anim-text-flow span:nth-of-type(59),
  435. .anim-text-flow-hover:hover span:nth-of-type(59) {
  436.   -webkit-animation-delay: -8.2s;
  437.           animation-delay: -8.2s;
  438. }
  439. .anim-text-flow span:nth-of-type(60),
  440. .anim-text-flow-hover:hover span:nth-of-type(60) {
  441.   -webkit-animation-delay: -8s;
  442.           animation-delay: -8s;
  443. }
  444. .anim-text-flow span:nth-of-type(61),
  445. .anim-text-flow-hover:hover span:nth-of-type(61) {
  446.   -webkit-animation-delay: -7.8s;
  447.           animation-delay: -7.8s;
  448. }
  449. .anim-text-flow span:nth-of-type(62),
  450. .anim-text-flow-hover:hover span:nth-of-type(62) {
  451.   -webkit-animation-delay: -7.6s;
  452.           animation-delay: -7.6s;
  453. }
  454. .anim-text-flow span:nth-of-type(63),
  455. .anim-text-flow-hover:hover span:nth-of-type(63) {
  456.   -webkit-animation-delay: -7.4s;
  457.           animation-delay: -7.4s;
  458. }
  459. .anim-text-flow span:nth-of-type(64),
  460. .anim-text-flow-hover:hover span:nth-of-type(64) {
  461.   -webkit-animation-delay: -7.2s;
  462.           animation-delay: -7.2s;
  463. }
  464. .anim-text-flow span:nth-of-type(65),
  465. .anim-text-flow-hover:hover span:nth-of-type(65) {
  466.   -webkit-animation-delay: -7s;
  467.           animation-delay: -7s;
  468. }
  469. .anim-text-flow span:nth-of-type(66),
  470. .anim-text-flow-hover:hover span:nth-of-type(66) {
  471.   -webkit-animation-delay: -6.8s;
  472.           animation-delay: -6.8s;
  473. }
  474. .anim-text-flow span:nth-of-type(67),
  475. .anim-text-flow-hover:hover span:nth-of-type(67) {
  476.   -webkit-animation-delay: -6.6s;
  477.           animation-delay: -6.6s;
  478. }
  479. .anim-text-flow span:nth-of-type(68),
  480. .anim-text-flow-hover:hover span:nth-of-type(68) {
  481.   -webkit-animation-delay: -6.4s;
  482.           animation-delay: -6.4s;
  483. }
  484. .anim-text-flow span:nth-of-type(69),
  485. .anim-text-flow-hover:hover span:nth-of-type(69) {
  486.   -webkit-animation-delay: -6.2s;
  487.           animation-delay: -6.2s;
  488. }
  489. .anim-text-flow span:nth-of-type(70),
  490. .anim-text-flow-hover:hover span:nth-of-type(70) {
  491.   -webkit-animation-delay: -6s;
  492.           animation-delay: -6s;
  493. }
  494. .anim-text-flow span:nth-of-type(71),
  495. .anim-text-flow-hover:hover span:nth-of-type(71) {
  496.   -webkit-animation-delay: -5.8s;
  497.           animation-delay: -5.8s;
  498. }
  499. .anim-text-flow span:nth-of-type(72),
  500. .anim-text-flow-hover:hover span:nth-of-type(72) {
  501.   -webkit-animation-delay: -5.6s;
  502.           animation-delay: -5.6s;
  503. }
  504. .anim-text-flow span:nth-of-type(73),
  505. .anim-text-flow-hover:hover span:nth-of-type(73) {
  506.   -webkit-animation-delay: -5.4s;
  507.           animation-delay: -5.4s;
  508. }
  509. .anim-text-flow span:nth-of-type(74),
  510. .anim-text-flow-hover:hover span:nth-of-type(74) {
  511.   -webkit-animation-delay: -5.2s;
  512.           animation-delay: -5.2s;
  513. }
  514. .anim-text-flow span:nth-of-type(75),
  515. .anim-text-flow-hover:hover span:nth-of-type(75) {
  516.   -webkit-animation-delay: -5s;
  517.           animation-delay: -5s;
  518. }
  519. .anim-text-flow span:nth-of-type(76),
  520. .anim-text-flow-hover:hover span:nth-of-type(76) {
  521.   -webkit-animation-delay: -4.8s;
  522.           animation-delay: -4.8s;
  523. }
  524. .anim-text-flow span:nth-of-type(77),
  525. .anim-text-flow-hover:hover span:nth-of-type(77) {
  526.   -webkit-animation-delay: -4.6s;
  527.           animation-delay: -4.6s;
  528. }
  529. .anim-text-flow span:nth-of-type(78),
  530. .anim-text-flow-hover:hover span:nth-of-type(78) {
  531.   -webkit-animation-delay: -4.4s;
  532.           animation-delay: -4.4s;
  533. }
  534. .anim-text-flow span:nth-of-type(79),
  535. .anim-text-flow-hover:hover span:nth-of-type(79) {
  536.   -webkit-animation-delay: -4.2s;
  537.           animation-delay: -4.2s;
  538. }
  539. .anim-text-flow span:nth-of-type(80),
  540. .anim-text-flow-hover:hover span:nth-of-type(80) {
  541.   -webkit-animation-delay: -4s;
  542.           animation-delay: -4s;
  543. }
  544. .anim-text-flow span:nth-of-type(81),
  545. .anim-text-flow-hover:hover span:nth-of-type(81) {
  546.   -webkit-animation-delay: -3.8s;
  547.           animation-delay: -3.8s;
  548. }
  549. .anim-text-flow span:nth-of-type(82),
  550. .anim-text-flow-hover:hover span:nth-of-type(82) {
  551.   -webkit-animation-delay: -3.6s;
  552.           animation-delay: -3.6s;
  553. }
  554. .anim-text-flow span:nth-of-type(83),
  555. .anim-text-flow-hover:hover span:nth-of-type(83) {
  556.   -webkit-animation-delay: -3.4s;
  557.           animation-delay: -3.4s;
  558. }
  559. .anim-text-flow span:nth-of-type(84),
  560. .anim-text-flow-hover:hover span:nth-of-type(84) {
  561.   -webkit-animation-delay: -3.2s;
  562.           animation-delay: -3.2s;
  563. }
  564. .anim-text-flow span:nth-of-type(85),
  565. .anim-text-flow-hover:hover span:nth-of-type(85) {
  566.   -webkit-animation-delay: -3s;
  567.           animation-delay: -3s;
  568. }
  569. .anim-text-flow span:nth-of-type(86),
  570. .anim-text-flow-hover:hover span:nth-of-type(86) {
  571.   -webkit-animation-delay: -2.8s;
  572.           animation-delay: -2.8s;
  573. }
  574. .anim-text-flow span:nth-of-type(87),
  575. .anim-text-flow-hover:hover span:nth-of-type(87) {
  576.   -webkit-animation-delay: -2.6s;
  577.           animation-delay: -2.6s;
  578. }
  579. .anim-text-flow span:nth-of-type(88),
  580. .anim-text-flow-hover:hover span:nth-of-type(88) {
  581.   -webkit-animation-delay: -2.4s;
  582.           animation-delay: -2.4s;
  583. }
  584. .anim-text-flow span:nth-of-type(89),
  585. .anim-text-flow-hover:hover span:nth-of-type(89) {
  586.   -webkit-animation-delay: -2.2s;
  587.           animation-delay: -2.2s;
  588. }
  589. .anim-text-flow span:nth-of-type(90),
  590. .anim-text-flow-hover:hover span:nth-of-type(90) {
  591.   -webkit-animation-delay: -2s;
  592.           animation-delay: -2s;
  593. }
  594. .anim-text-flow span:nth-of-type(91),
  595. .anim-text-flow-hover:hover span:nth-of-type(91) {
  596.   -webkit-animation-delay: -1.8s;
  597.           animation-delay: -1.8s;
  598. }
  599. .anim-text-flow span:nth-of-type(92),
  600. .anim-text-flow-hover:hover span:nth-of-type(92) {
  601.   -webkit-animation-delay: -1.6s;
  602.           animation-delay: -1.6s;
  603. }
  604. .anim-text-flow span:nth-of-type(93),
  605. .anim-text-flow-hover:hover span:nth-of-type(93) {
  606.   -webkit-animation-delay: -1.4s;
  607.           animation-delay: -1.4s;
  608. }
  609. .anim-text-flow span:nth-of-type(94),
  610. .anim-text-flow-hover:hover span:nth-of-type(94) {
  611.   -webkit-animation-delay: -1.2s;
  612.           animation-delay: -1.2s;
  613. }
  614. .anim-text-flow span:nth-of-type(95),
  615. .anim-text-flow-hover:hover span:nth-of-type(95) {
  616.   -webkit-animation-delay: -1s;
  617.           animation-delay: -1s;
  618. }
  619. .anim-text-flow span:nth-of-type(96),
  620. .anim-text-flow-hover:hover span:nth-of-type(96) {
  621.   -webkit-animation-delay: -0.8s;
  622.           animation-delay: -0.8s;
  623. }
  624. .anim-text-flow span:nth-of-type(97),
  625. .anim-text-flow-hover:hover span:nth-of-type(97) {
  626.   -webkit-animation-delay: -0.6s;
  627.           animation-delay: -0.6s;
  628. }
  629. .anim-text-flow span:nth-of-type(98),
  630. .anim-text-flow-hover:hover span:nth-of-type(98) {
  631.   -webkit-animation-delay: -0.4s;
  632.           animation-delay: -0.4s;
  633. }
  634. .anim-text-flow span:nth-of-type(99),
  635. .anim-text-flow-hover:hover span:nth-of-type(99) {
  636.   -webkit-animation-delay: -0.2s;
  637.           animation-delay: -0.2s;
  638. }
  639. .anim-text-flow span:nth-of-type(100),
  640. .anim-text-flow-hover:hover span:nth-of-type(100) {
  641.   -webkit-animation-delay: 0s;
  642.           animation-delay: 0s;
  643. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement