| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/inkscape/extensions/__pycache__/ |
Upload File : |
o
5�a7 � @ sV d Z ddlZddlmZ ddlmZmZ G dd� deej�Ze dkr)e� �
� dS dS )zEffect to add transitions� N)�Style)�
JessyInkMixin�_c @ s e Zd ZdZdd� Zdd� ZdS )�TransitionszAdd transition to laterc C s\ |j ddd� |j ddd� |j ddd� |j d dd� |j d
tdd� |j d
tdd� d S )Nz--tab�what)�destz--layerName� )�defaultz
--effectInr z--effectOutz--effectInDurationg�������?)�typer z--effectOutDuration)�add_argument�float)�self�pars� r �6/usr/share/inkscape/extensions/jessyink_transitions.py�
add_arguments s zTransitions.add_argumentsc C s� | � � | jjst�td���| j�d| jj� d��}|d u r,t�td| jj� d����| jjdkr9|� dd � nt
| jjd �}|� dt| jj|d �� | jj
dkr[|� d
d � d S t
| jjd �}|� d
t| jj
|d �� d S )NzPlease enter a layer name.z5//*[@inkscape:groupmode='layer' and @inkscape:label='z']zLayer 'z' not found.r zjessyink:transitionIni� )�name�lengthzjessyink:transitionOut)�is_installed�options� layerName�inkex�AbortExtensionr �svg�
getElement�effectIn�set�int�effectInDurationr � effectOut�effectOutDuration)r
�noder r r r �effect# s
�zTransitions.effectN)�__name__�
__module__�__qualname__�__doc__r r"