How can I modify the DOM element of a sprite? #1292
-
So, I'm trying to make a blur extension for sprites, and potentially other types of transformations supported in CSS. But, I need to somehow get access to the DOM element of the sprite itself. How can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
David-Orangemoon
Feb 11, 2024
Replies: 1 comment
-
The sprite is not an element on the DOM. it is a set of triangles drawn by webgl sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GarboMuffin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sprite is not an element on the DOM. it is a set of triangles drawn by webgl sorry.