I was trying a simple demo here: my attempt at using textualizer
based on the simple documentation on http://kiro.me/textualizer/
For some reason the effect seems to be working in the console, but the text is not transparent.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
your example works fine, but your selection, where the text is put, doesn’t have a height, so it just takes 0px. Thats why you don’t see the transforming text. Just define a height to it and you can see it.
BTW: thanks for the link, it looks interesting.