You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Fixes a bug where the start point for the foreground unbounded ripple
would emanate from a different point than where the surface was
interacted with. This was occurring because the positioning offsets were
not being taken into account when computing this point.
Fixes#138
[Delivers #132116569]
…165)
Fixes a bug where the start point for the foreground unbounded ripple
would emanate from a different point than where the surface was
interacted with. This was occurring because the positioning offsets were
not being taken into account when computing this point.
Fixes#138
[Delivers #132116569]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
0.1.1
All
Mac OS X 10.11.6
npm i
,npm run dev
The foreground ripple should expand from the center position where the pointer activated it
The foreground ripple expands from the top-left portion of the touch point
This is probably due to the fact that we are either calculating transform origin vars wrong for unbounded ripples in JS, or using them wrong in CSS.
The text was updated successfully, but these errors were encountered: