Ë
    {�hÓ  ã                   ó.   — d dl mZ d dlZ G d„ de«      Zy)é    )ÚBaseLayoutHierarchyTypeNc                   ó¨   ‡ — e Zd ZdZdZddhZed„ «       Zej                  d„ «       Zed„ «       Z	e	j                  d„ «       Z	ed	„ «       Z
dˆ fd
„	Zˆ xZS )Ú
Transitionzlayout.sliderzlayout.slider.transitionÚdurationÚeasingc                 ó   — | d   S )zê
        Sets the duration of the slider transition

        The 'duration' property is a number and may be specified as:
          - An int or float in the interval [0, inf]

        Returns
        -------
        int|float
        r   © ©Úselfs    úi/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/plotly/graph_objs/layout/slider/_transition.pyr   zTransition.duration   s   € ð �JÑÐó    c                 ó   — || d<   y )Nr   r	   ©r   Úvals     r   r   zTransition.duration   s   € àˆˆZÒr   c                 ó   — | d   S )a?  
        Sets the easing function of the slider transition

        The 'easing' property is an enumeration that may be specified as:
          - One of the following enumeration values:
                ['linear', 'quad', 'cubic', 'sin', 'exp', 'circle',
                'elastic', 'back', 'bounce', 'linear-in', 'quad-in',
                'cubic-in', 'sin-in', 'exp-in', 'circle-in', 'elastic-in',
                'back-in', 'bounce-in', 'linear-out', 'quad-out',
                'cubic-out', 'sin-out', 'exp-out', 'circle-out',
                'elastic-out', 'back-out', 'bounce-out', 'linear-in-out',
                'quad-in-out', 'cubic-in-out', 'sin-in-out', 'exp-in-out',
                'circle-in-out', 'elastic-in-out', 'back-in-out',
                'bounce-in-out']

        Returns
        -------
        Any
        r   r	   r
   s    r   r   zTransition.easing#   s   € ð* �H‰~Ðr   c                 ó   — || d<   y )Nr   r	   r   s     r   r   zTransition.easing:   s   € àˆˆXŠr   c                  ó   — y)Nz�        duration
            Sets the duration of the slider transition
        easing
            Sets the easing function of the slider transition
        r	   r
   s    r   Ú_prop_descriptionszTransition._prop_descriptions@   s   € ðr   c           	      ó"  •— t         t        | �  d«       d|v r|d   | _        y|€i }nXt	        || j
                  «      r|j                  «       }n1t	        |t        «      rt        j                  |«      }nt        d«      ‚|j                  dd«      | _        |j                  dd«      | _        |j                  d	d«      }|�|n|}|�|| d	<   |j                  d
d«      }|�|n|}|�|| d
<    | j                  di t        |fi |¤Ž¤Ž d| _        y)aÍ  
        Construct a new Transition object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.layout.slider.Transition`
        duration
            Sets the duration of the slider transition
        easing
            Sets the easing function of the slider transition

        Returns
        -------
        Transition
        Ú
transitionÚ_parentNz¥The first argument to the plotly.graph_objs.layout.slider.Transition
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.slider.Transition`Úskip_invalidFÚ	_validateTr   r   r	   )Úsuperr   Ú__init__r   Ú
isinstanceÚ	__class__Úto_plotly_jsonÚdictÚ_copyÚcopyÚ
ValueErrorÚpopÚ_skip_invalidr   Ú_process_kwargs)r   Úargr   r   ÚkwargsÚ_vr   s         €r   r   zTransition.__init__I   s$  ø€ ô& 	Œj˜$Ñ(¨Ô6à˜ÑØ! )Ñ,ˆDŒLØð ˆ;Ø‰CÜ˜˜TŸ^™^Ô,Ø×$Ñ$Ó&‰CÜ˜œTÔ"Ü—*‘*˜S“/‰CäðFóð ð $ŸZ™Z¨¸Ó>ˆÔØŸ™ K°Ó6ˆŒð �W‰W�Z Ó&ˆØ!Ð-‰X°2ˆØˆ>Ø!ˆD�ÑØ�W‰W�X˜tÓ$ˆØÐ)‰V¨rˆØˆ>ØˆD�‰Nð 	ˆ×ÑÑ3œt CÑ2¨6Ñ2Ò3ð #ˆÕr   )NNN)Ú__name__Ú
__module__Ú__qualname__Ú_parent_path_strÚ	_path_strÚ_valid_propsÚpropertyr   Úsetterr   r   r   Ú__classcell__)r   s   @r   r   r      s�   ø„ ð 'ÐØ*€IØ Ð)€Lð ñ ó ð ð ‡_�_ñó ðð
 ñó ðð, ‡]�]ñó ðð
 ñó ð÷?#ñ ?#r   r   )Úplotly.basedatatypesr   Ú_BaseLayoutHierarchyTyper!   r    r   r	   r   r   ú<module>r4      s   ðÝ TÛ ôC#Ð)õ C#r   