InterviewSolution
Saved Bookmarks
| 1. |
How to apply stroke and fill color to text? |
|
Answer» The will-CHANGE property inform the browser which properties are expected to change via css or by javascript
The ANCHOR will appear as below. With the css declaration .demo:hover the browser has been informed in advance that opacity will change and set up optimizations in advance. |
|