bitovi / bitovi/jquerypp

animation: support of transform/transition

Open
#61 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.2k
Forks
155
PR merge metrics
No merged PRs in 30d

Description

Hi,

I can't find documentation about the support of "transform" property by jquerypp, also nothing about 2D and 3D transitions.

I would like to do something like:

``` javascript
$('#something').css({transform: 'rotate(10deg)'});
$('#something').css({transform: 'rotate(10deg)', transformOrigin: '50% 100%'});

$('#something').animate({transform: 'translateX(10px) rotate(10deg)'}, 1000);
$('#something').animate({transform: '+= translateX(10px)'}, 1000);
```

Is it planned to support it ?

Thanks for all :)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing jquerypp documentation and the current CSS and animation behavior for the requested transform and transformOrigin examples. Done would require an agreed scope for 2D and 3D transforms or transitions, including how the shown css and animate calls should behave.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, jquery
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.