Applying css animation with 'text-shadow' and 'text-indent', I got a strange behavior of Textfield plugin.
When I set in my css file like the below;
|
Quellcode
|
1
|
.smoke{ text-indent: 100px; text-shadow: 100px;}
|
Normal html show's right position's shadows of texts.
However, the texts in textfield plugins are set like;
|
Quellcode
|
1
|
text-indent: 50px; text-shadow: 100px;
|
I think textfield plugin get text-indent value in half, and apply on it.
Please check if it's bug.
According to the fact, I set doubled its text-indent value ONLY for textfield on purpose like :
|
Quellcode
|
1
|
.smoke{ text-indent: 200px; text-shadow: 100px;}
|
krpano 1.19-pr6(build 2016-08-08)
chrome, firefox.