Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button move shadow #36

Merged
merged 8 commits into from
Feb 25, 2020
Merged

Button move shadow #36

merged 8 commits into from
Feb 25, 2020

Conversation

goldst
Copy link
Owner

@goldst goldst commented Feb 25, 2020

No description provided.

@todo
Copy link

todo bot commented Feb 25, 2020

what does this do in simple words

* @todo what does this do in simple words
* @see TransformationController
* @returns {void}
*/
mousemoveEvent() {
this._bm.mousemoveEventShadow();


This comment was generated by todo based on a todo comment in 5a28ab0 in #36. cc @goldst.

@todo
Copy link

todo bot commented Feb 25, 2020

implement shadowFunction for project cards

//TODO: implement shadowFunction for project cards
);
}
/**


This comment was generated by todo based on a TODO comment in 5a28ab0 in #36. cc @goldst.

@todo
Copy link

todo bot commented Feb 25, 2020

what does this do in simple words

* @todo what does this do in simple words
* @see TransformationController
* @returns {void}
*/
mousemoveEvent() {
this._ct.mousemoveEventTransform();


This comment was generated by todo based on a todo comment in 5a28ab0 in #36. cc @goldst.

@todo
Copy link

todo bot commented Feb 25, 2020

remove transformOrigin and make modification functions use that directly

* @todo remove transformOrigin and make modification functions use that directly
* from eventControlElement
*/
const args = {


This comment was generated by todo based on a todo comment in 5a28ab0 in #36. cc @goldst.

@todo
Copy link

todo bot commented Feb 25, 2020

delete MouseShadowElements of elements that where removed

* @todo delete MouseShadowElements of elements that where removed
*/
export default class MouseShadowController extends EC {
/**
* @param {object} baseElement - The common ancestor DOM element of
* all shadowed elements. Attention: Depending on how many


This comment was generated by todo based on a todo comment in 5a28ab0 in #36. cc @goldst.

@todo
Copy link

todo bot commented Feb 25, 2020

Find out what exactly onlyNewElements does and add docs. If it

* @todo Find out what exactly onlyNewElements does and add docs. If it
* doesn't do anything, delete it.
* @returns {void}
*/
constructor(baseElement, blocks = [], queryFilter = '*', onlyNewElements = true) {
super(baseElement, queryFilter, ['mouse-shadow-element', ...blocks.map(b => 'mouse-shadow-element-' + b)], onlyNewElements, ME);


This comment was generated by todo based on a todo comment in 5a28ab0 in #36. cc @goldst.

@todo
Copy link

todo bot commented Feb 25, 2020

where is this used, why is this necessary, what does this override?

* @todo where is this used, why is this necessary, what does this override?
*/
update() {
this.updateCornerPoints();
}


This comment was generated by todo based on a todo comment in 5a28ab0 in #36. cc @goldst.

@goldst goldst linked an issue Feb 25, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hide mouse pointer
1 participant