User:Kaladin: Difference between revisions

2,721 edits
No edit summary
Line 34: Line 34:


==MoveCard Notes==
==MoveCard Notes==
* Got the actual info to populate the tooltip working, new issue is the tooltip itself.
* May need to find some way to include parathesized info in the properties field while still having it pull the cargo correctly.  
* It seems in order to have the tooltip overflow a container with ''overflow:hidden'', which I presume the movecard has(?) I will need to make a wrapper for the tooltip that is ''position:absolute''.
* May want to create a seperate MoveDataCargoImage template for UMVC3 to change the "caption" field to something like "Voiceline" but also include a way to say which image belongs to which version.
** I then have the tooltip be positioned relatively inside of that. The issue is that the wrapper is spawned offset from the actual text we are putting the tooltip over. Making it difficult to impossible to have the tooltip be centered above the text.
** https://stackoverflow.com/questions/39146047/display-tooltip-when-container-overflow-is-hidden
** Can potentinally use Tranform: translate to move the Wrapper, need to figure out how to always have it centered and above the has-tt element.
** Another option is refactoring back to how they used to be and trying to use !important

Revision as of 15:33, 9 May 2025

Useful Stuff


Grounded Normal Chain/Cancel Table

* L/S/H stands for Launcher, Specials, and Hypers

Normal Chains Into Cancels Into Notes
5L
2L
5M
2M
5H
2H


MoveCard Notes

  • May need to find some way to include parathesized info in the properties field while still having it pull the cargo correctly.
  • May want to create a seperate MoveDataCargoImage template for UMVC3 to change the "caption" field to something like "Voiceline" but also include a way to say which image belongs to which version.