mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fa2ebddf91
In order to be able to find the collection a player belongs to from its source content, we first need to be able to determine which manager--the animation manager or transition manager--to look up. We eventually plan to push transition event dispatch down to a CSS transitions-specific subclass of AnimationPlayer, so this seems like a suitable point to introduce this class. Using this subclass we can define a virtual GetManager method that will return the appropriate animation/transition manager for the player. |
||
---|---|---|
.. | ||
test | ||
Animation.cpp | ||
Animation.h | ||
AnimationEffect.cpp | ||
AnimationEffect.h | ||
AnimationPlayer.cpp | ||
AnimationPlayer.h | ||
AnimationTimeline.cpp | ||
AnimationTimeline.h | ||
AnimationUtils.h | ||
moz.build |