GLITCH
GLITCH
GLITCH
GLITCH
GLITCH
GLITCH
This posts tests out Lucas Bebber's Glitch effect, in a few incremental steps, as explained and coded (and modified) in "Glitch Effect on Text / Images / SVG" by Chris Coyier, css-tricks.com, 08.September.2014. Found via css-tricks' twitter feed @Real_CSS_Tricks.
However the SASS @keyframes loop facility used to automate the clip property values for the ::after and ::before copies did not work. Instead, clip values were entered manually for @keyframes.
Using the loop results in no flickering or glitch, which maybe related either to the loop construct or to an error on the random function on the part of the browser, or some issue related to restrictions by the blogging host of this post.
###
... Read more